ci: update docs command

This commit is contained in:
Ben Goldsworthy 2021-04-26 23:06:05 +01:00
parent ebf098d45b
commit e379da2687

View file

@ -24,7 +24,7 @@
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "lint-staged", "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": { "lint-staged": {