This commit is contained in:
Refactorian
2024-01-03 00:40:32 +09:00
committed by GitHub
parent ee89ae9c94
commit 188bb0a868
5 changed files with 36 additions and 7 deletions

View File

@@ -51,6 +51,7 @@
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"php artisan key:generate",
"php artisan config:cache",
"php artisan migrate",
"npm install",
"npm run build"
]