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.
2 parents 6904c19 + fb2ed81 commit ae36ed2Copy full SHA for ae36ed2
package.json
@@ -11,7 +11,8 @@
11
"compile": "grunt compile",
12
"test": "PWD=$(pwd) NODE_ENV=test ava",
13
"fix": "npm run lint --fix",
14
- "lint": "eslint ."
+ "lint": "eslint .",
15
+ "dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\""
16
},
17
"config": {
18
"electron-version": "1.2.8"
@@ -84,6 +85,7 @@
84
85
"babel-preset-react": "^6.3.13",
86
"babel-preset-react-hmre": "^1.0.1",
87
"babel-register": "^6.11.6",
88
+ "concurrently": "^3.4.0",
89
"css-loader": "^0.19.0",
90
"devtron": "^1.1.0",
91
"dom-storage": "^2.0.2",
0 commit comments