Skip to content

Commit a790d60

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 25, 2021
🤖 chore(package.json): Add debug script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/package.json:scripts-add-debug.js Please contact the author of the transform if you believe there was an error.
1 parent e96091d commit a790d60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"build-gh-pages": "npm run build-docs",
4343
"commit-msg": "commitlint --edit",
4444
"cover": "c8 --all --src src --reporter=lcov npm test",
45+
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
4546
"install-hooks": "husky install",
4647
"lint-config": "fixpack --dryRun",
4748
"lint-config-and-fix": "fixpack || fixpack",

0 commit comments

Comments
 (0)
Please sign in to comment.