aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2019-07-23 13:58:11 +0200
committerJohann-S <[email protected]>2019-07-23 14:23:50 +0200
commit201d338dbfecf1df906a6b456b126cd942f71c85 (patch)
tree661073d518152bdfe3688e49462fc89db8f84d51 /package.json
parent93c3be3e0e501d7eac237a6fa11aa4fa49b84dcf (diff)
downloadbootstrap-201d338dbfecf1df906a6b456b126cd942f71c85.tar.xz
bootstrap-201d338dbfecf1df906a6b456b126cd942f71c85.zip
run js-test in parallel
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 cfb004a1e..606debef9 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"js-minify-standalone-esm": "terser --compress --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js",
"js-minify-bundle": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js",
"js-minify-docs": "cross-env-shell terser --mangle --comments \\\"/^!/\\\" --output site/static/docs/$npm_package_version_short/assets/js/docs.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/anchor.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/clipboard.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/bs-custom-file-input.min.js \"site/static/docs/$npm_package_version_short/assets/js/src/*.js\"",
- "js-test": "npm-run-all js-test-karma js-test-integration",
+ "js-test": "npm-run-all --parallel js-test-karma js-test-integration",
"js-debug": "cross-env DEBUG=true karma start js/tests/karma.conf.js",
"js-test-karma": "karma start js/tests/karma.conf.js",
"js-test-integration": "rollup --config js/tests/integration/rollup.bundle.js",