From 1760a3b77a64edf3f753d223e645994f1853d251 Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Mon, 17 Dec 2018 01:55:48 +0000 Subject: doo poient oh --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3