diff --git a/package.json b/package.json index 2e897ad8..9e323c40 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,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",