Skip to content

Commit

Permalink
upgrade pnpm@9, support auto link workspace packages
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Jun 4, 2024
1 parent 319ea7a commit 3a3a55d
Show file tree
Hide file tree
Showing 5 changed files with 10,072 additions and 7,513 deletions.
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
progress=false
node-linker=hoisted
enable-pre-post-scripts=true
package-manager-strict=false
package-manager-strict=false
link-workspace-packages=true
prefer-workspace-packages=true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.15.8",
"packageManager": "pnpm@9.1.4",
"prettier": {
"semi": false,
"singleQuote": true,
Expand Down
Loading

0 comments on commit 3a3a55d

Please sign in to comment.