chore: Fix yarn start command
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name": "@automatisch/root",
|
"name": "@automatisch/root",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "lerna run --stream --scope @*/{web,backend} dev",
|
"start": "lerna run --stream --scope=@*/{web,backend} dev",
|
||||||
"start:web": "lerna run --stream --scope @*/web start",
|
"start:web": "lerna run --stream --scope @*/web start",
|
||||||
"start:backend": "lerna run --stream --scope @*/backend dev"
|
"start:backend": "lerna run --stream --scope @*/backend dev"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user