We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9362a8a commit 0fc136dCopy full SHA for 0fc136d
packages/firestore/package.json
@@ -44,7 +44,7 @@
44
"test:travis": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts",
45
"test:minified": "(cd ../../integration/firestore ; yarn test)",
46
"prepare": "yarn build:release",
47
- "api-report": "api-extractor run --local --verbose",
+ "api-report": "rm -rf temp && api-extractor run --local --verbose",
48
"predoc": "node ../../scripts/exp/remove-exp.js temp",
49
"doc": "api-documenter markdown --input temp --output docs"
50
},
0 commit comments