From 75ec03c2ab5b157be71b99b68a31a2f9df83952f Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sat, 5 Jan 2019 17:43:46 +0100 Subject: [PATCH] Run linters in parallel This should speed up things a bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.47.2