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 4a778db commit 850f219Copy full SHA for 850f219
package.json
@@ -42,7 +42,7 @@
42
"build-docs": "esdoc",
43
"build-gh-pages": "npm run build-docs",
44
"commit-msg": "commitlint --edit",
45
- "cover": "c8 --all --src src --reporter=lcov npm test",
+ "cover": "NODE_ENV=cover c8 --all --src src --reporter=lcov npm test",
46
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
47
"install-hooks": "husky install",
48
"lint": "xo",
0 commit comments