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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user