Commit 2456d300 by Jonathan Reinink

Update compile script to fully reseed

1 parent 9ec60c7e
Showing with 2 additions and 1 deletions
......@@ -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",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!