diff --git a/package.json b/package.json index 4715a81..4ec1e65 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --env.production --config config/webpack", + "watch": "webpack-dashboard -- webpack-dev-server --config config/webpack", "start": "node index.js", - "watch": "webpack-dashboard -- webpack-dev-server --config config/webpack" + "server:watch": "nodemon index.js" }, "author": "Thomas Ruoff ", "license": "ISC", @@ -31,6 +32,7 @@ "copy-webpack-plugin": "^4.0.1", "eslint": "^3.15.0", "html-webpack-plugin": "^2.28.0", + "nodemon": "^1.11.0", "styled-components": "^1.4.3", "webpack": "^2.2.1", "webpack-dashboard": "^0.3.0",