You've already forked Atomcms-edit
chore: auto-fix permissions after composer install/update
This commit is contained in:
+5
-1
@@ -70,8 +70,12 @@
|
|||||||
"@php artisan package:discover --ansi",
|
"@php artisan package:discover --ansi",
|
||||||
"@php artisan filament:upgrade"
|
"@php artisan filament:upgrade"
|
||||||
],
|
],
|
||||||
|
"post-install-cmd": [
|
||||||
|
"bash fix.sh"
|
||||||
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
|
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
|
||||||
|
"bash fix.sh"
|
||||||
],
|
],
|
||||||
"post-root-package-install": [
|
"post-root-package-install": [
|
||||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||||
|
|||||||
Reference in New Issue
Block a user