We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1e3a9 commit 15e01d4Copy full SHA for 15e01d4
package.json
@@ -48,7 +48,7 @@
48
"build:dts": "tsc --project tsconfig.prod.json && node scripts/build-dts.mjs",
49
"test": "npm run build && node ./test/all.test.js",
50
"test:types": "tsd",
51
- "coverage": "c8 --check-coverage npm test",
+ "coverage": "c8 -x build/vendor.js --check-coverage npm test",
52
"mutation": "stryker run",
53
"circular": "madge --circular src/*",
54
"version": "cat package.json | fx .version"
0 commit comments