diff --git a/package.json b/package.json index ef05aa0..d6b9dc7 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,8 @@ "start-hook": "nodemon -w server server/start_hook.js", "compile": "webpack", "watch": "webpack-dev-server --hot --inline", + "dev-all": "npm run watch & npm run watch-server & npm start", + "dev-all-hook": "npm run watch & npm run start-hook", "lint": "eslint --ext js,jsx src server webpack.config.js", "test": "echo \"Error: no test specified\" && exit 1" },