We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d3b15 commit b1842b8Copy full SHA for b1842b8
packages/firestore/package.json
@@ -29,6 +29,7 @@
29
"test:lite:browser": "karma start --single-run --lite",
30
"test:lite:browser:debug": "karma start --single-run --lite --auto-watch",
31
"test:exp": "node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts",
32
+ "test:exp:prod": "node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts",
33
"test:exp:persistence": "node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts",
34
"test:exp:persistence:prod": "node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts",
35
"test:exp:browser": "karma start --single-run --exp",
0 commit comments