We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c425d commit 360c8ffCopy full SHA for 360c8ff
packages/rules-unit-testing/package.json
@@ -11,7 +11,7 @@
11
"dist"
12
],
13
"scripts": {
14
- "build": "rollup -c",
+ "build": "rollup -c && yarn api-report",
15
"build:deps": "lerna run --scope @firebase/rules-unit-testing --include-dependencies build",
16
"dev": "rollup -c -w",
17
"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