Skip to content

Commit ae36ed2

Browse files
authored
Merge pull request #357 from asmsuechan/add-concurrently
Add concurrently for running local environment more easily
2 parents 6904c19 + fb2ed81 commit ae36ed2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"compile": "grunt compile",
1212
"test": "PWD=$(pwd) NODE_ENV=test ava",
1313
"fix": "npm run lint --fix",
14-
"lint": "eslint ."
14+
"lint": "eslint .",
15+
"dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\""
1516
},
1617
"config": {
1718
"electron-version": "1.2.8"
@@ -84,6 +85,7 @@
8485
"babel-preset-react": "^6.3.13",
8586
"babel-preset-react-hmre": "^1.0.1",
8687
"babel-register": "^6.11.6",
88+
"concurrently": "^3.4.0",
8789
"css-loader": "^0.19.0",
8890
"devtron": "^1.1.0",
8991
"dom-storage": "^2.0.2",

0 commit comments

Comments
 (0)