Skip to content

Commit 3846fb0

Browse files
authored
do not run test:minified in CI (#5490)
1 parent 5f8b168 commit 3846fb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firestore/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"pretest": "yarn test:prepare",
2929
"pretest:ci": "yarn pretest",
3030
"test": "run-s lint test:all",
31-
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
31+
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all:ci",
32+
"test:all:ci":"run-p test:browser test:lite:browser test:travis",
3233
"test:all": "run-p test:browser test:lite:browser test:travis test:minified",
3334
"test:browser": "karma start --single-run",
3435
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",

0 commit comments

Comments
 (0)