aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-24 19:33:20 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-24 19:33:20 +0200
commitd50c431b729561e0605341872f9a0dba0c843183 (patch)
treecdee42d04fe813bda81b39ca826aade47f34fdaa /package.json
parent522091950bb5387e0be9eb237b002f048b5dd02b (diff)
add start script
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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",