Skip to content

Commit 872f84c

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedApr 15, 2021
🤖 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/aureooms/rejuvenate/blob/0b1f4a716129255387221dbf9e12a57770484b04/src/transforms/coverage:use-custom-node-env.js Please contact the author of the transform if you believe there was an error.
1 parent 81625b0 commit 872f84c

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
@@ -49,7 +49,7 @@
4949
"build-gh-pages": "npm run build-docs",
5050
"ci:test": "npm run lint-config && npm run lint && npm run cover",
5151
"commit-msg": "commitlint --edit",
52-
"cover": "c8 --all --src src --reporter=lcov npm test",
52+
"cover": "NODE_ENV=cover c8 --all --src src --reporter=lcov npm test",
5353
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
5454
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
5555
"install-hooks": "husky install",

0 commit comments

Comments
 (0)
Please sign in to comment.