Avoid using npm-run-all for build

This commit is contained in:
Pavel Djundik 2017-11-27 11:45:58 +02:00 committed by GitHub
parent 52f8934d9b
commit 0dbdd4732b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",