We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7765477 commit 56719d4Copy full SHA for 56719d4
1 file changed
package.json
@@ -386,8 +386,8 @@
386
"lint": "eslint . --ext .ts --config .eslintrc.cjs",
387
"lint:fix": "eslint . --ext .ts --config .eslintrc.cjs --fix --quiet",
388
"lint:fix:all": "eslint . --ext .ts --config .eslintrc.cjs --fix",
389
- "coverage": "c8 --reporter=lcov --reporter=text-summary npm run test",
390
- "coverage:html": "c8 --reporter=html --reporter=text-summary npm run test",
+ "coverage": "c8 --all --reporter=lcov --reporter=text-summary npm run test",
+ "coverage:html": "c8 --all --reporter=html --reporter=text-summary npm run test",
391
"create-shrinkwrap": "npm shrinkwrap",
392
"prepublishOnly": "npm run create-shrinkwrap",
393
"postpublish": "rm -f oclif.manifest.json",
0 commit comments