]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Run linters in parallel
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Sat, 5 Jan 2019 16:43:46 +0000 (17:43 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 5 Jan 2019 18:02:00 +0000 (20:02 +0200)
This should speed up things a bit

package.json

index fce5aabe4c54dc75227d0041d1116bb527dfaf83..e449c8de7a4a1fddb4cdb5fcc821a0f22178ff13 100644 (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",