]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change karma tests to run sequential.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 21 Jun 2018 14:02:23 +0000 (17:02 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 21 Jun 2018 15:02:20 +0000 (18:02 +0300)
I was getting port in use errors.

package.json

index c5f98e87b166154647dc71d0c3b587aeb12722f8..4170336616779981e606e31bcbc42ff75bfad330 100644 (file)
@@ -44,7 +44,7 @@
     "js-minify-standalone": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
     "js-minify-bundle": "uglifyjs --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": "uglifyjs --mangle --comments \"/^!/\" --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js \"assets/js/src/*.js\"",
-    "js-test": "npm-run-all --parallel js-test-karma*",
+    "js-test": "npm-run-all js-test-karma*",
     "js-test-karma": "karma start js/tests/karma.conf.js",
     "js-test-karma-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma",
     "js-test-karma-bundle": "cross-env karma start js/tests/karma-bundle.conf.js",