Merge pull request #2038 from spotify/freben/quotez
fix(package.json): make yarn dev work better with double quotes
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"node": "12"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "concurrently 'yarn start' 'yarn start-backend'",
|
||||
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
|
||||
"start": "yarn workspace example-app start",
|
||||
"start-backend": "yarn workspace example-backend start",
|
||||
"build": "lerna run build",
|
||||
|
||||
Reference in New Issue
Block a user