This commit is contained in:
Refactorian
2023-09-26 20:23:56 +09:00
committed by GitHub
parent 0c09331734
commit 67c8e150fd
2 changed files with 25 additions and 0 deletions

View File

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