Don’t run this for the merfolk

This commit is contained in:
Lance Pioch 2024-05-07 22:13:54 -04:00
parent 6621ece3a1
commit bd8ca0abcf

View File

@ -70,9 +70,7 @@
"cs:fix": "php-cs-fixer fix", "cs:fix": "php-cs-fixer fix",
"cs:check": "php-cs-fixer fix --dry-run --diff --verbose", "cs:check": "php-cs-fixer fix --dry-run --diff --verbose",
"post-autoload-dump": [ "post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
"@php artisan package:discover --ansi || true",
"@php artisan filament:upgrade"
], ],
"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');\""