From bf14c483debe3c814c3f1fb010ab0100159ffefd Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Thu, 1 Nov 2018 21:43:36 +0000 Subject: h --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3