Merge pull request #1750 from thelounge/astorije/parallelize-npm-test

Parallelize `npm test`
This commit is contained in:
Pavel Djundik 2017-11-27 11:44:51 +02:00 committed by GitHub
commit 52f8934d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,11 +18,10 @@
"build": "npm-run-all build:*", "build": "npm-run-all build:*",
"build:webpack": "webpack", "build:webpack": "webpack",
"watch": "webpack --watch", "watch": "webpack --watch",
"test": "npm-run-all -c test:* lint", "test": "npm-run-all --aggregate-output --parallel --continue-on-error test:* lint:*",
"test:mocha": "mocha", "test:mocha": "mocha --colors",
"lint": "npm-run-all -c lint:*", "lint:js": "eslint . --report-unused-disable-directives --color",
"lint:js": "eslint . --report-unused-disable-directives", "lint:css": "stylelint --color --report-needless-disables=error \"client/**/*.css\""
"lint:css": "stylelint \"client/**/*.css\""
}, },
"keywords": [ "keywords": [
"lounge", "lounge",