Merge pull request #1752 from thelounge/xpaw/simple-build-cmd
Avoid using npm-run-all for build
This commit is contained in:
commit
e5862a9303
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user