mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Fix errors in development due to compile racing
This commit is contained in:
parent
d006d75b32
commit
aea07911c9
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ echo
|
|||
# Try to create the database if it doesn't exist yet
|
||||
createdb -h postgres -U postgres philomena_dev && mix ecto.setup_dev && mix reindex_all
|
||||
|
||||
# Explicitly compile deps to avoid racing
|
||||
mix compile
|
||||
|
||||
# Run background jobs
|
||||
background &
|
||||
|
||||
|
|
Loading…
Reference in a new issue