ci: remove steps from pre-push command
This commit is contained in:
parent
9eda262d23
commit
c7839d857b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
"pre-push": "composer run docs && git add docs && git commit -m \"docs: update documentation\" --no-verify"
|
||||
"pre-push": "composer run docs"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Reference in a new issue