From 88d691df0a6a9bb14beaa9fe8b027608d69cc5dd Mon Sep 17 00:00:00 2001 From: yaozm Date: Mon, 15 Apr 2024 14:53:21 +0800 Subject: [PATCH] refactor(composer): Remove unnecessary cghooks commands - Removed @cghooks add and update commands from post-install-cmd - Removed @cghooks update command from post-update-cmd --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index eec778bf60f..3241c805ec7 100644 --- a/composer.json +++ b/composer.json @@ -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": [],