Skip to content

Commit a5e7922

Browse files
committed
Switched to npm-run-all for simpler syntax and a proper behavior when killing parallelized tasks using GitBash on Windows
1 parent 12fe3eb commit a5e7922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Starter kit for creating apps with React and Redux",
55
"scripts": {
66
"prestart": "npm run remove-dist",
7-
"start": "parallelshell \"npm run lint:tools\" \"npm run test:watch\" \"npm run open:src\"",
7+
"start": "npm-run-all --parallel lint:tools test:watch open:src",
88
"open:src": "babel-node tools/srcServer.js",
99
"open:dist": "babel-node tools/distServer.js",
1010
"lint:tools": "eslint webpack.config.js tools",
@@ -50,7 +50,7 @@
5050
"file-loader": "0.8.5",
5151
"mocha": "2.3.4",
5252
"node-sass": "3.4.2",
53-
"parallelshell": "2.0.0",
53+
"npm-run-all": "1.6.0",
5454
"react-transform-catch-errors": "1.0.1",
5555
"react-transform-hmr": "1.0.1",
5656
"redbox-react": "1.2.0",

0 commit comments

Comments
 (0)