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 ecae30f commit d000ebcCopy full SHA for d000ebc
packages/firestore/package.json
@@ -44,6 +44,7 @@
44
"test:node:persistence:prod": "node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'",
45
"test:travis": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts",
46
"test:minified": "(cd ../../integration/firestore ; yarn test)",
47
+ "prepare": "yarn build:release",
48
"api-report": "api-extractor run --local --verbose",
49
"predoc": "node ../../scripts/exp/remove-exp.js temp",
50
"doc": "api-documenter markdown --input temp --output docs"
@@ -108,4 +109,4 @@
108
109
],
110
"reportDir": "./coverage/node"
111
}
-}
112
+}
0 commit comments