mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-17 11:04:22 +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
|
# 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
|
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
|
# Run background jobs
|
||||||
background &
|
background &
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue