Update compile script to fully reseed
This commit is contained in:
parent
9ec60c7e3f
commit
2456d3009a
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": [
|
"compile": [
|
||||||
"npm run prod",
|
"npm run prod",
|
||||||
"@php artisan migrate --force"
|
"@php artisan migrate:fresh",
|
||||||
|
"@php artisan db:seed"
|
||||||
],
|
],
|
||||||
"reseed": [
|
"reseed": [
|
||||||
"@php artisan migrate:fresh",
|
"@php artisan migrate:fresh",
|
||||||
|
|
Loading…
Add table
Reference in a new issue