Merge pull request #1752 from thelounge/xpaw/simple-build-cmd

Avoid using npm-run-all for build
This commit is contained in:
Jérémie Astori 2017-11-27 12:57:21 -05:00 committed by GitHub
commit e5862a9303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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