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 985038f commit ada3183Copy full SHA for ada3183
packages/firestore/package.json
@@ -8,7 +8,7 @@
8
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
9
"scripts": {
10
"bundle": "rollup -c",
11
- "prebuild": "tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report",
+ "prebuild": "yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report",
12
"build": "run-p build:lite build:main",
13
"build:release": "yarn build && yarn typings:public",
14
"build:scripts": "tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser % -o %'",
0 commit comments