aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",