Skip to content

Commit 031942a

Browse files
committed
fix workflow
1 parent 196d0e6 commit 031942a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/firestore/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"test:lite:browser": "karma start --single-run --lite",
2626
"test:lite:browser:debug": "karma start --browsers=Chrome --lite --auto-watch",
2727
"pretest": "yarn test:prepare",
28+
"pretest:ci": "yarn pretest",
2829
"test": "run-s lint test:all",
2930
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
3031
"test:all": "run-p test:browser test:lite:browser test:travis test:minified",

scripts/ci-test/testConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const testConfig: {
4545
]
4646
},
4747
'firestore': {
48-
'onlyIncludePackages': ['@firebase/firestore']
48+
'onlyIncludePackages': ['@firebase/firestore', '@firebase/firestore-compat']
4949
},
5050
'firestore-integration': {
5151
'onlyIncludePackages': ['firebase-firestore-integration-test']

0 commit comments

Comments
 (0)