chore: make packages explicit in yarn workspaces

This commit is contained in:
Ali BARIN
2021-12-11 17:02:57 +01:00
committed by Ömer Faruk Aydın
parent ec53d0ae66
commit 5c60738f25

View File

@@ -7,9 +7,12 @@
"start:backend": "lerna run --stream --scope @*/backend dev",
"start:docs": "lerna run --stream --scope @*/docs start"
},
"workspaces": [
"packages/*"
],
"workspaces": {
"packages": [
"packages/backend",
"packages/web"
]
},
"devDependencies": {
"lerna": "^4.0.0"
},