Skip to content

Commit 0fc136d

Browse files
committed
clean temp folder first
1 parent 9362a8a commit 0fc136d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test:travis": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts",
4545
"test:minified": "(cd ../../integration/firestore ; yarn test)",
4646
"prepare": "yarn build:release",
47-
"api-report": "api-extractor run --local --verbose",
47+
"api-report": "rm -rf temp && api-extractor run --local --verbose",
4848
"predoc": "node ../../scripts/exp/remove-exp.js temp",
4949
"doc": "api-documenter markdown --input temp --output docs"
5050
},

0 commit comments

Comments
 (0)