mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Removed useWorkspaces
to handle Lerna v7 change
refs https://github.com/lerna/lerna/blob/main/CHANGELOG.md#700-2023-06-08 - Lerna now automatically uses the configured workspaces so we don't need to tell it to do so
This commit is contained in:
parent
f7aeb4138e
commit
04e8159388
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@
|
|||
},
|
||||
"lerna": {
|
||||
"version": "0.0.0",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
"npmClient": "yarn"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "8.2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue