Update compile script to fully reseed
This commit is contained in:
parent
9ec60c7e3f
commit
2456d3009a
|
@ -44,7 +44,8 @@
|
|||
"scripts": {
|
||||
"compile": [
|
||||
"npm run prod",
|
||||
"@php artisan migrate --force"
|
||||
"@php artisan migrate:fresh",
|
||||
"@php artisan db:seed"
|
||||
],
|
||||
"reseed": [
|
||||
"@php artisan migrate:fresh",
|
||||
|
|
Loading…
Reference in New Issue