aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1024x22018-11-01 21:43:36 +0000
committer1024x22018-11-01 21:43:36 +0000
commitbf14c483debe3c814c3f1fb010ab0100159ffefd (patch)
tree31fee0bf472c3effe2a2f33d62bb74db8fa3999e
parenteb58221a5a1ce8173cbf3aa0799a6a5a1faa3b60 (diff)
h
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6d64b2e..f8b485c 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,8 @@
"scripts": {
"test": "eslint .",
"build": "webpack",
- "build-install": "webpack --config webpack.install.config.js"
+ "build-install": "webpack --config webpack.install.config.js",
+ "build-both": "npm run build && npm run build-install"
},
"repository": {
"type": "git",