From fb610bba0cf08f3fee378578dbd541515c5a4c4d Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Sat, 3 Feb 2024 01:02:13 +0700 Subject: [PATCH] remove redundant script in composer --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 5ee01f7..c12583a 100644 --- a/composer.json +++ b/composer.json @@ -53,13 +53,7 @@ "scripts": { "analyse": "vendor/bin/phpstan", "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes", - "test": "vendor/bin/pest", - "post-install-cmd": [ - "bash ./install.sh" - ], - "post-update-cmd": [ - "bash ./install.sh" - ] + "test": "vendor/bin/pest" }, "support": { "issues": "https://github.com/cslant/telegram-git-notifier/issues"