diff --git a/composer.json b/composer.json index b4eb1319..276b5046 100644 --- a/composer.json +++ b/composer.json @@ -77,8 +77,7 @@ "php artisan clear-compiled", "php artisan optimize --force", "php artisan config:cache", - "php artisan route:cache", - "chmod -R 755 storage" + "php artisan route:cache" ], "pre-update-cmd": [ "php artisan clear-compiled" @@ -86,8 +85,7 @@ "post-update-cmd": [ "php artisan optimize --force", "php artisan config:cache", - "php artisan route:cache", - "chmod -R 755 storage" + "php artisan route:cache" ] }, "config": {