Install update

This commit is contained in:
Arturo Corro 2025-03-22 13:35:41 -06:00
parent 627835fab9
commit 6d72ba377b

View File

@ -39,7 +39,7 @@
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump" "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
], ],
"post-install-cmd": [ "post-install-cmd": [
"[ ! -f .env ] && (bash -c './setup.sh' || echo 'Error en setup.sh') || echo '.env ya existe, saltando configuración'" "bash -c './setup.sh' || echo 'Error en setup.sh'"
], ],
"post-update-cmd": [ "post-update-cmd": [
"@php artisan package:discover --ansi" "@php artisan package:discover --ansi"