We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fe3eb commit a5e7922Copy full SHA for a5e7922
package.json
@@ -4,7 +4,7 @@
4
"description": "Starter kit for creating apps with React and Redux",
5
"scripts": {
6
"prestart": "npm run remove-dist",
7
- "start": "parallelshell \"npm run lint:tools\" \"npm run test:watch\" \"npm run open:src\"",
+ "start": "npm-run-all --parallel lint:tools test:watch open:src",
8
"open:src": "babel-node tools/srcServer.js",
9
"open:dist": "babel-node tools/distServer.js",
10
"lint:tools": "eslint webpack.config.js tools",
@@ -50,7 +50,7 @@
50
"file-loader": "0.8.5",
51
"mocha": "2.3.4",
52
"node-sass": "3.4.2",
53
- "parallelshell": "2.0.0",
+ "npm-run-all": "1.6.0",
54
"react-transform-catch-errors": "1.0.1",
55
"react-transform-hmr": "1.0.1",
56
"redbox-react": "1.2.0",
0 commit comments