We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db6dff commit 8a2a29dCopy full SHA for 8a2a29d
packages/telemetry/package.json
@@ -27,7 +27,7 @@
27
"scripts": {
28
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
29
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
30
- "build": "rollup -c",
+ "build": "rollup -c && yarn api-report",
31
"build:deps": "lerna run --scope @firebase/telemetry --include-dependencies build",
32
"dev": "rollup -c -w",
33
"test": "run-p --npm-path npm lint test:all",
0 commit comments