Skip to content

Commit 36219c9

Browse files
committed
swap in the public typings when doing release build
1 parent f87de52 commit 36219c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages-exp/auth-exp/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1818
"build": "rollup -c && yarn api-report",
1919
"build:deps": "lerna run --scope @firebase/auth-exp --include-dependencies build",
20-
"build:release": "rollup -c rollup.config.release.js",
20+
"build:release": "rollup -c rollup.config.release.js && yarn api-report && yarn typings:public",
2121
"dev": "rollup -c -w",
2222
"test": "run-p lint test:all",
2323
"test:all": "run-p test:browser test:node",
@@ -31,7 +31,8 @@
3131
"api-report": "api-extractor run --local --verbose",
3232
"predoc": "node ../../scripts/exp/remove-exp.js temp",
3333
"doc": "api-documenter markdown --input temp --output docs",
34-
"build:doc": "yarn build && yarn doc"
34+
"build:doc": "yarn build && yarn doc",
35+
"typings:public": "node ../../scripts/exp/use_typings.js ./dist/auth-exp-public.d.ts"
3536
},
3637
"peerDependencies": {
3738
"@firebase/app-exp": "0.x",

0 commit comments

Comments
 (0)