aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index f8b485c..ac61239 100644
--- a/package.json
+++ b/package.json
@@ -5,9 +5,9 @@
"main": "pkg93.js",
"scripts": {
"test": "eslint .",
- "build": "webpack",
- "build-install": "webpack --config webpack.install.config.js",
- "build-both": "npm run build && npm run build-install"
+ "build": "npm run build-code && npm run build-install",
+ "build-code": "webpack",
+ "build-install": "webpack --config webpack.install.config.js"
},
"repository": {
"type": "git",