ci: update husky post-commit hook

This commit is contained in:
peaceiris 2019-09-22 15:43:20 +09:00
parent eaea931461
commit ffacaf17a8

View file

@ -16,7 +16,7 @@
"skipCI": true,
"hooks": {
"pre-commit": "lint-staged",
"post-commit": "npm run tsc && npm run build && git add ./lib/**/*.js ./node_modules && git commit -m \"deps: Husky commit correct node modules\""
"post-commit": "npm run tsc && npm run build && echo 'Do not forget to Commit and Push ./lib and ./node_modules'"
}
},
"lint-staged": {