We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e58b859 + fa6e6bf commit 9f94353Copy full SHA for 9f94353
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"clean": "trash frontend/dist coverage",
12
"dll": "cross-env NODE_ENV=production webpack --config webpack.config.dll.babel.js",
13
- "dev": "yarn clean && yarn dll && concurrently 'yarn dev-server' 'yarn dev-client'",
+ "dev": "yarn clean && yarn dll && concurrently \"yarn dev-server\" \"yarn dev-client\"",
14
"dev-server": "cross-env NODE_ENV=development nodemon --exec babel-node backend/server.js",
15
"dev-client": "cross-env NODE_ENV=development webpack-dev-server --hot --config webpack.config.dev.babel.js",
16
"prod": "yarn build && yarn serve",
0 commit comments