migrate lerna to pnpm
https://lerna.js.org/docs/recipes/using-pnpm-with-lerna
This commit is contained in:
parent
902f722d4c
commit
cfaecf9fcb
3 changed files with 60 additions and 46 deletions
|
|
@ -2,5 +2,7 @@
|
|||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "independent"
|
||||
"version": "independent",
|
||||
"npmClient": "pnpm",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue