diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index e23c785..79fc11c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "webpack": "webpack", "deploy": "cross-env NODE_ENV=production webpack -p", "test": "echo \"Error: no test specified\" && exit 1", - "build": "webpack" + "build": "webpack --config webpack.config.js", + "start": "webpack-dev-server --config webpack.config.js" }, "repository": { "type": "git", |
