fix pre-push command
This commit is contained in:
parent
dcb2ec004d
commit
2d23541f06
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "lint-staged",
|
"pre-commit": "lint-staged",
|
||||||
"pre-push": "npm run docs && git add docs && git commit -m \"docs: update documentation\" --no-verify"
|
"pre-push": "composer run docs && git add docs && git commit -m \"docs: update documentation\" --no-verify"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|
Reference in a new issue