diff --git a/composer.json b/composer.json index 088060a4..72d8dd8d 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,10 @@ "php artisan clear-compiled", "php artisan optimize" ], + "pre-update-cmd": [ + "php artisan clear-compiled" + ], "post-update-cmd": [ - "php artisan clear-compiled", "php artisan optimize" ], "post-create-project-cmd": [