diff --git a/composer.json b/composer.json index 9542a1bf..c26d44c3 100644 --- a/composer.json +++ b/composer.json @@ -63,8 +63,10 @@ "php artisan optimize", "chmod -R 755 storage" ], + "pre-update-cmd": [ + "php artisan clear-compiled" + ], "post-update-cmd": [ - "php artisan clear-compiled", "php artisan optimize", "chmod -R 755 storage" ],