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 @@ ...@@ -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",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!