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