refactor: use pnpm workspace for local packages#2077
refactor: use pnpm workspace for local packages#2077birkskyum wants to merge 2 commits intosolidjs:mainfrom
Conversation
✅ Deploy Preview for solid-start-landing-page ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
commit: |
b328d6a to
8e907b2
Compare
|
hmmm, we probably also need |
@lxsmnsyc that won't be necessary. If the fixtures etc used
Then the prefer-workspace [over the set version] would be needed. But the fixtures, landing, test etc. just have:
So "prefer workspace" won't be preferred over anything - they're already set to look at the workspace first. Browsing the pnpm lockfile shows this is working alreardy, with passages like: |
Instead of relative paths for the start and nitro v2 plugin packages, we can just use the pnpm workspace.
Depends on