Fix errors in development due to compile racing

This commit is contained in:
byte[] 2021-09-27 18:59:45 -04:00
parent d006d75b32
commit aea07911c9

View file

@ -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 &