Fix setup script (#6682)

This commit is contained in:
Giuseppe Montuoro
2025-10-02 09:30:14 +02:00
committed by GitHub
parent bd4a7dd9d8
commit e297ded077

View File

@@ -34,7 +34,7 @@
"scripts": { "scripts": {
"setup": [ "setup": [
"composer install", "composer install",
"@php -r \"! file_exists('.env') || copy('.env.example', '.env');\"", "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php artisan key:generate", "@php artisan key:generate",
"@php artisan migrate --force", "@php artisan migrate --force",
"npm install", "npm install",