Update compile script to fully reseed

This commit is contained in:
Jonathan Reinink 2019-12-18 14:43:10 -05:00
parent 9ec60c7e3f
commit 2456d3009a
1 changed files with 2 additions and 1 deletions

View File

@ -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",