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 b12fab0 commit 2480c61Copy full SHA for 2480c61
package.json
@@ -41,7 +41,7 @@
41
"build-docs": "esdoc",
42
"build-gh-pages": "npm run build-docs",
43
"commit-msg": "commitlint --edit",
44
- "cover": "c8 --all --src src --reporter=lcov npm test",
+ "cover": "NODE_ENV=cover c8 --all --src src --reporter=lcov npm test",
45
"install-hooks": "husky install",
46
"lint-config": "fixpack --dryRun",
47
"lint-config-and-fix": "fixpack || fixpack",
0 commit comments