Skip to content

Commit 96a7f7a

Browse files
🤖 config(package.json): Use custom node environment in coverage script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/1b5252aec880aa76850f97b16980a6ce00c782c4/src/transforms/coverage:use-custom-node-env.js Please contact the author of the transform if you believe there was an error.
1 parent 2d4a9b8 commit 96a7f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"build-gh-pages": "npm run build-docs",
4545
"ci:test": "npm run lint-config && npm run lint && npm run cover",
4646
"commit-msg": "commitlint --edit",
47-
"cover": "c8 --all --src src --reporter=lcov npm test",
47+
"cover": "NODE_ENV=cover c8 --all --src src --reporter=lcov npm test",
4848
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
4949
"dev": "npm run lint-config && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
5050
"install-hooks": "husky install",

0 commit comments

Comments
 (0)