Skip to content

Commit 9f94353

Browse files
authored
Merge pull request #551 from PichotM/patch-1
package: fix an issue with concurrently and win
2 parents e58b859 + fa6e6bf commit 9f94353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"clean": "trash frontend/dist coverage",
1212
"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'",
13+
"dev": "yarn clean && yarn dll && concurrently \"yarn dev-server\" \"yarn dev-client\"",
1414
"dev-server": "cross-env NODE_ENV=development nodemon --exec babel-node backend/server.js",
1515
"dev-client": "cross-env NODE_ENV=development webpack-dev-server --hot --config webpack.config.dev.babel.js",
1616
"prod": "yarn build && yarn serve",

0 commit comments

Comments
 (0)