From: Martijn Cuppens Date: Sat, 5 Jan 2019 16:43:46 +0000 (+0100) Subject: Run linters in parallel X-Git-Tag: v4.3.0~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75ec03c2ab5b157be71b99b68a31a2f9df83952f;p=thirdparty%2Fbootstrap.git Run linters in parallel This should speed up things a bit --- diff --git a/package.json b/package.json index fce5aabe4c..e449c8de7a 100644 --- a/package.json +++ b/package.json @@ -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",