From 0dbdd4732b8cd0c2c7c8830766fc61c7749b3349 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 27 Nov 2017 11:45:58 +0200 Subject: [PATCH] Avoid using npm-run-all for build --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index f33dccce..f7060b40 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ "coverage": "nyc mocha", "start": "node index start", "start-dev": "npm-run-all --parallel watch start", - "build": "npm-run-all build:*", - "build:webpack": "webpack", + "build": "webpack", "watch": "webpack --watch", "test": "npm-run-all --aggregate-output --parallel --continue-on-error test:* lint:*", "test:mocha": "mocha --colors",