Skip to content

Commit 360c8ff

Browse files
committed
add api-report to build
1 parent 95c425d commit 360c8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rules-unit-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dist"
1212
],
1313
"scripts": {
14-
"build": "rollup -c",
14+
"build": "rollup -c && yarn api-report",
1515
"build:deps": "lerna run --scope @firebase/rules-unit-testing --include-dependencies build",
1616
"dev": "rollup -c -w",
1717
"test:nyc": "TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --config ./mocharc.node.js",

0 commit comments

Comments
 (0)