chore: improve fix.sh and composer permission handling

This commit is contained in:
root
2026-05-19 18:50:40 +02:00
parent e5e8e050a0
commit 8567ce6951
2 changed files with 13 additions and 21 deletions
+2
View File
@@ -71,10 +71,12 @@
"@php artisan filament:upgrade"
],
"post-install-cmd": [
"@php artisan optimize:clear",
"bash fix.sh"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan optimize:clear",
"bash fix.sh"
],
"post-root-package-install": [