From ffacaf17a8719cf040b71cf78236366f5e4acf5a Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 22 Sep 2019 15:43:20 +0900 Subject: [PATCH] ci: update husky post-commit hook --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73f9a04..3901998 100644 --- a/package.json +++ b/package.json @@ -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": {