Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-01-05 19:43:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-01-05 21:02:00 +0300
commit75ec03c2ab5b157be71b99b68a31a2f9df83952f (patch)
tree6a9655aa5d6abae5fb630a7b01970ee10e6c9fec /package.json
parent47610b0f8bd26c37d49c9be2b4e7a08eaa8f7977 (diff)
Run linters in parallel
This should speed up things a bit
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",