From f30e500ee74e2927c17e63dcbc41d99fa505fa7c Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Tue, 27 Jul 2021 16:20:09 +0200 Subject: [PATCH] :robot: 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c80467..94b4252 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "build-docs": "esdoc", "build-gh-pages": "npm run build-docs", "commit-msg": "commitlint --edit", - "cover": "c8 --all --src src --reporter=lcov npm test", + "cover": "NODE_ENV=cover c8 --all --src src --reporter=lcov npm test", "install-hooks": "husky install", "lint-config": "fixpack --dryRun", "lint-config-and-fix": "fixpack || fixpack",