diff --git a/composer.json b/composer.json index b9fd48f4..3e2e9d04 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,8 @@ ], "post-update-cmd": [ "php artisan clear-compiled", - "php artisan optimize" + "php artisan optimize", + "php artisan cachet:chmod" ], "post-create-project-cmd": [ "php artisan key:generate"