remove seed from setup

This commit is contained in:
Taylor Otwell
2025-10-01 12:53:31 +01:00
parent 782803367b
commit da94152d73

View File

@@ -55,7 +55,6 @@
"@php -r \"! file_exists('.env') || copy('.env.example', '.env');\"",
"@php artisan key:generate",
"@php artisan migrate --force",
"@php artisan db:seed --force",
"npm install",
"npm run build"
],