Merge pull request #2038 from spotify/freben/quotez

fix(package.json): make yarn dev work better with double quotes
This commit is contained in:
Fredrik Adelöw
2020-08-20 09:06:51 +02:00
committed by GitHub
+1 -1
View File
@@ -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",