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"