Skip to content

Commit

Permalink
chore: update cghooks
Browse files Browse the repository at this point in the history
- Update cghooks to v2.0.0
- Remove post-update-cmd
- Add cghooks-install script
  • Loading branch information
guanguans committed Feb 7, 2023
1 parent a3da4ed commit aea8521
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,14 @@
},
"scripts": {
"post-install-cmd": [],
"post-update-cmd": [
"@cghooks add --ignore-lock",
"@cghooks update"
],
"post-update-cmd": [],
"post-autoload-dump": [],
"ai-commit": "@php ./builds/ai-commit commit",
"cghooks": "@php ./vendor/bin/cghooks",
"cghooks-install": [
"@cghooks add --ignore-lock",
"@cghooks update"
],
"changelog": "@php ./vendor/bin/conventional-changelog",
"changelog-keep": "@php ./vendor/bin/keep-a-changelog",
"changelog-major": "@changelog --major",
Expand Down

0 comments on commit aea8521

Please sign in to comment.