Skip to content

Commit ada3183

Browse files
Fix FirebaseNamespace
1 parent 985038f commit ada3183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
99
"scripts": {
1010
"bundle": "rollup -c",
11-
"prebuild": "tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report",
11+
"prebuild": "yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report",
1212
"build": "run-p build:lite build:main",
1313
"build:release": "yarn build && yarn typings:public",
1414
"build:scripts": "tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser % -o %'",

0 commit comments

Comments
 (0)