diff options
author | 1024x2 | 2018-11-01 21:43:36 +0000 |
---|---|---|
committer | 1024x2 | 2018-11-01 21:43:36 +0000 |
commit | bf14c483debe3c814c3f1fb010ab0100159ffefd (patch) | |
tree | 31fee0bf472c3effe2a2f33d62bb74db8fa3999e | |
parent | eb58221a5a1ce8173cbf3aa0799a6a5a1faa3b60 (diff) |
h
-rw-r--r-- | package.json | 3 |
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", |