File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
"lint:fix" : " eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
18
18
"build" : " rollup -c && yarn api-report" ,
19
19
"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 " ,
21
21
"dev" : " rollup -c -w" ,
22
22
"test" : " run-p lint test:all" ,
23
23
"test:all" : " run-p test:browser test:node" ,
31
31
"api-report" : " api-extractor run --local --verbose" ,
32
32
"predoc" : " node ../../scripts/exp/remove-exp.js temp" ,
33
33
"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"
35
36
},
36
37
"peerDependencies" : {
37
38
"@firebase/app-exp" : " 0.x" ,
You can’t perform that action at this time.
0 commit comments