Skip to content

Commit

Permalink
Merge pull request #551 from PichotM/patch-1
Browse files Browse the repository at this point in the history
package: fix an issue with concurrently and win
  • Loading branch information
Armour authored Mar 11, 2020
2 parents e58b859 + fa6e6bf commit 9f94353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"clean": "trash frontend/dist coverage",
"dll": "cross-env NODE_ENV=production webpack --config webpack.config.dll.babel.js",
"dev": "yarn clean && yarn dll && concurrently 'yarn dev-server' 'yarn dev-client'",
"dev": "yarn clean && yarn dll && concurrently \"yarn dev-server\" \"yarn dev-client\"",
"dev-server": "cross-env NODE_ENV=development nodemon --exec babel-node backend/server.js",
"dev-client": "cross-env NODE_ENV=development webpack-dev-server --hot --config webpack.config.dev.babel.js",
"prod": "yarn build && yarn serve",
Expand Down

0 comments on commit 9f94353

Please sign in to comment.