This commit is contained in:
Refactorian
2023-04-18 22:19:04 +09:00
committed by GitHub
parent 4fe93734e4
commit 2e2cea74b4
4 changed files with 11 additions and 10 deletions

View File

@@ -47,9 +47,9 @@
"@php artisan key:generate --ansi"
],
"setup": [
"composer install",
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"php artisan key:generate",
"composer install",
"npm install",
"npm run build"
]