diff options
| author | Martijn Cuppens <[email protected]> | 2019-01-05 17:43:46 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-05 20:02:00 +0200 |
| commit | 75ec03c2ab5b157be71b99b68a31a2f9df83952f (patch) | |
| tree | 6a9655aa5d6abae5fb630a7b01970ee10e6c9fec | |
| parent | 47610b0f8bd26c37d49c9be2b4e7a08eaa8f7977 (diff) | |
| download | bootstrap-75ec03c2ab5b157be71b99b68a31a2f9df83952f.tar.xz bootstrap-75ec03c2ab5b157be71b99b68a31a2f9df83952f.zip | |
Run linters in parallel
This should speed up things a bit
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index fce5aabe4..e449c8de7 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", |
