This commit is contained in:
Refactorian
2024-03-22 23:12:50 +09:00
parent dbf6a789a2
commit e0c6f605d4
5 changed files with 17 additions and 13 deletions

View File

@@ -52,10 +52,9 @@
"setup": [
"composer install",
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"php artisan key:generate --ansi",
"php artisan key:generate",
"php artisan config:cache",
"php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
"php artisan migrate --graceful --ansi",
"php artisan migrate",
"npm install",
"npm run build"
]