Skip to content

Commit 558efd7

Browse files
committed
Better parallelization
1 parent 32e9780 commit 558efd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test:lite:browser:debug": "karma start --browsers=Chrome --lite --auto-watch",
3030
"test": "run-s lint test:all",
3131
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all:ci",
32-
"test:all:ci": "npm-run-all --parallel test:browser test:lite:browser:nameddb --parallel test:lite:browser test:browser:prod:nameddb test:travis",
32+
"test:all:ci": "npm-run-all --parallel test:browser test:browser:prod:nameddb --parallel test:lite:browser test:lite:browser:nameddb test:travis ",
3333
"test:all": "npm-run-all --parallel test:browser test:lite:browser test:travis --parallel test:minified test:browser:prod:nameddb",
3434
"test:browser": "karma start --single-run",
3535
"test:browser:emulator:debug": "karma start --browsers=Chrome --targetBackend=emulator",

0 commit comments

Comments
 (0)