Avoid using npm-run-all for build
This commit is contained in:
parent
52f8934d9b
commit
0dbdd4732b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user