Force seed.

This commit is contained in:
James Cole 2017-04-26 21:32:43 +02:00
parent fc0dd22769
commit 920e5f6fbe
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -110,7 +110,7 @@
"compile": [
"cp .env.heroku .env",
"touch storage/database/database.sqlite",
"php artisan migrate:refresh --seed"
"php artisan migrate:refresh --seed --force"
]
},
"config": {