diff --git a/composer.json b/composer.json index 117f83c6..2499a44e 100644 --- a/composer.json +++ b/composer.json @@ -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" ],