We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593f9d4 commit 1de0e61Copy full SHA for 1de0e61
package.json
@@ -45,7 +45,7 @@
45
"build-gh-pages": "npm run build-docs",
46
"ci:test": "npm run lint-config && npm run lint && npm run cover",
47
"commit-msg": "commitlint --edit",
48
- "cover": "c8 --all --src src --reporter=lcov npm test",
+ "cover": "NODE_ENV=cover c8 --all --src src --reporter=lcov npm test",
49
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
50
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
51
"install-hooks": "husky install",
0 commit comments