diff --git a/composer.json b/composer.json index 1ead3fc9..7b97d80c 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,8 @@ "post-install-cmd": [ "php artisan optimize" ], - "pre-update-cmd": [ - "php artisan clear-compiled" - ], "post-update-cmd": [ + "php artisan clear-compiled" "php artisan optimize" ], "post-create-project-cmd": [