diff --git a/package.json b/package.json index 64abf9a..5b5fc38 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "husky": { "hooks": { - "pre-push": "yarn build && git add . && git commit -m \"Make assets production ready.\"" + "pre-push": "yarn build && git add . && git commit --amend" } } }