ci: update docs command
This commit is contained in:
parent
ebf098d45b
commit
e379da2687
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Reference in a new issue