0
Fork 0
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:
Daniel Lockyer 2023-07-10 16:51:43 +02:00 committed by Daniel Lockyer
parent f7aeb4138e
commit 04e8159388

View file

@ -125,8 +125,7 @@
},
"lerna": {
"version": "0.0.0",
"npmClient": "yarn",
"useWorkspaces": true
"npmClient": "yarn"
},
"devDependencies": {
"concurrently": "8.2.0",