git hook to fix readme when i commit as well as watchlist populator to speed up setting up all cc's for a deploy

This commit is contained in:
Greg Jacobs
2024-06-06 04:22:38 -04:00
parent 6ba29f130f
commit 8c28e761e0
5 changed files with 196 additions and 21 deletions

View File

@@ -7,7 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src --ext .js",
"lint:fix": "eslint src --ext .js --fix",
"format": "prettier src --write --ignore-unknown"
"format": "prettier src --write --ignore-unknown",
"readme": "node updateReadme.js"
},
"repository": {
"type": "git",