force recompile

This commit is contained in:
Mayel de Borniol 2021-11-26 16:36:54 +13:00
parent b7a4de223e
commit 61e9e3ba90

View file

@ -100,6 +100,9 @@ else
iex -S mix phx.server
endif
recompile: ## Force the app to recompile
@make --no-print-directory cmd cmd="mix compile --force"
dev.test: init test.env dev.run
dev.bg: init ## Run the app in dev mode, as a background service