chore: Fix yarn start command

This commit is contained in:
Faruk AYDIN
2021-10-14 18:41:02 +02:00
committed by Ali BARIN
parent 9c529b6c6d
commit 800f6b1653

View File

@@ -2,7 +2,7 @@
"name": "@automatisch/root",
"private": true,
"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:backend": "lerna run --stream --scope @*/backend dev"
},