remove seed from setup
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
"@php -r \"! file_exists('.env') || copy('.env.example', '.env');\"",
|
||||
"@php artisan key:generate",
|
||||
"@php artisan migrate --force",
|
||||
"@php artisan db:seed --force",
|
||||
"npm install",
|
||||
"npm run build"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user