Skip to content

Commit

Permalink
refactor(composer): Remove unnecessary cghooks commands
Browse files Browse the repository at this point in the history
- Removed @cghooks add and update commands from post-install-cmd
- Removed @cghooks update command from post-update-cmd
  • Loading branch information
guanguans committed Apr 15, 2024
1 parent b097377 commit 88d691d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,9 @@
},
"scripts": {
"post-install-cmd": [
"@cghooks add --ignore-lock",
"@cghooks update",
"@composer-bin-all-update"
],
"post-update-cmd": [
"@cghooks update",
"@composer-bin-all-update"
],
"post-autoload-dump": [],
Expand Down

0 comments on commit 88d691d

Please sign in to comment.