Skip to content

Commit 8a2a29d

Browse files
committed
add api-report run to yarn build
1 parent 6db6dff commit 8a2a29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
2929
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
30-
"build": "rollup -c",
30+
"build": "rollup -c && yarn api-report",
3131
"build:deps": "lerna run --scope @firebase/telemetry --include-dependencies build",
3232
"dev": "rollup -c -w",
3333
"test": "run-p --npm-path npm lint test:all",

0 commit comments

Comments
 (0)