Fix setup script (#6682)
This commit is contained in:
committed by
GitHub
parent
bd4a7dd9d8
commit
e297ded077
@@ -34,7 +34,7 @@
|
||||
"scripts": {
|
||||
"setup": [
|
||||
"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 migrate --force",
|
||||
"npm install",
|
||||
|
||||
Reference in New Issue
Block a user