File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
packages-exp/messaging-exp Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../config/api-extractor.json" ,
3
+ // Point it to your entry point d.ts file.
4
+ "mainEntryPointFilePath" : " <projectFolder>/dist/index.d.ts" ,
5
+ "dtsRollup" : {
6
+ "enabled" : true
7
+ }
8
+ }
Original file line number Diff line number Diff line change 13
13
"scripts" : {
14
14
"lint" : " eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
15
15
"lint:fix" : " eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
16
- "build" : " rollup -c" ,
17
- "build:deps" : " lerna run --scope @firebase/'{app,messaging}' --include-dependencies build" ,
16
+ "build" : " rollup -c && yarn api-report " ,
17
+ "build:deps" : " lerna run --scope @firebase/'{app-exp ,messaging-exp }' --include-dependencies build" ,
18
18
"dev" : " rollup -c -w" ,
19
19
"test" : " run-p test:karma type-check lint " ,
20
20
"test:integration" : " run-p test:karma type-check lint && cd ../../integration/messaging && npm run-script test" ,
21
21
"test:ci" : " node ../../scripts/run_tests_in_ci.js" ,
22
22
"test:karma" : " karma start --single-run" ,
23
23
"test:debug" : " karma start --browsers=Chrome --auto-watch" ,
24
24
"prepare" : " yarn build" ,
25
+ "api-report" : " api-extractor run --local --verbose" ,
25
26
"type-check" : " tsc --noEmit"
26
27
},
27
28
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments