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 dcc99ec commit 4d53244Copy full SHA for 4d53244
package.json
@@ -52,7 +52,7 @@
52
"build-gh-pages": "npm run build-docs",
53
"ci:test": "npm run lint-config && npm run lint && npm run cover",
54
"commit-msg": "commitlint --edit",
55
- "cover": "c8 --all --src src --reporter=lcov npm test",
+ "cover": "NODE_ENV=cover c8 --all --src src --reporter=lcov npm test",
56
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
57
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
58
"install-hooks": "husky install",
0 commit comments