diff options
| author | XhmikosR <[email protected]> | 2018-06-21 17:02:23 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-06-21 18:02:20 +0300 |
| commit | 29bff9fdd07ced69bb25b4253847849f90502742 (patch) | |
| tree | 35b4dddb5f2866bffc7949ce99cee730d4c4b463 | |
| parent | 71a37425c90853c17022042f11f39643a53ccb8d (diff) | |
| download | bootstrap-29bff9fdd07ced69bb25b4253847849f90502742.tar.xz bootstrap-29bff9fdd07ced69bb25b4253847849f90502742.zip | |
Change karma tests to run sequential.
I was getting port in use errors.
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c5f98e87b..417033661 100644 --- a/package.json +++ b/package.json @@ -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", |
