mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00:00
Merge pull request #1752 from thelounge/xpaw/simple-build-cmd
Avoid using npm-run-all for build
This commit is contained in:
commit
e5862a9303
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue