Run linters in parallel

This should speed up things a bit
This commit is contained in:
Martijn Cuppens 2019-01-05 17:43:46 +01:00 committed by XhmikosR
parent 47610b0f8b
commit 75ec03c2ab
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
"js-test-karma-bundle-old": "cross-env BUNDLE=true USE_OLD_JQUERY=true npm run js-test-karma",
"js-test-integration": "rollup --config js/tests/integration/rollup.bundle.js",
"js-test-cloud": "cross-env BROWSER=true npm run js-test-karma",
"lint": "npm-run-all js-lint css-lint",
"lint": "npm-run-all --parallel js-lint css-lint",
"coveralls": "shx cat js/coverage/lcov.info | coveralls",
"docs": "npm-run-all css-docs js-docs docs-compile docs-lint",
"docs-compile": "bundle exec jekyll build",