diff --git a/package.json b/package.json index 667ffb8b..8effe6dd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "compile": "grunt compile", "test": "PWD=$(pwd) NODE_ENV=test ava", "fix": "npm run lint --fix", - "lint": "eslint ." + "lint": "eslint .", + "dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\"" }, "config": { "electron-version": "1.2.8" @@ -84,6 +85,7 @@ "babel-preset-react": "^6.3.13", "babel-preset-react-hmre": "^1.0.1", "babel-register": "^6.11.6", + "concurrently": "^3.4.0", "css-loader": "^0.19.0", "devtron": "^1.1.0", "dom-storage": "^2.0.2",