diff --git a/package.json b/package.json index e48a57c..de386e4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "husky": { "hooks": { "pre-commit": "lint-staged", - "pre-push": "composer run docs" + "pre-push": "composer run docs && git add docs && git commit -m \"docs: update documentation\" --no-verify" } }, "lint-staged": {