We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5c74d commit 15ce974Copy full SHA for 15ce974
apps/engine/lib/engine/engine/build/project.ex
@@ -73,11 +73,11 @@ defmodule Engine.Build.Project do
73
defp prepare_for_project_build(true = _initial?) do
74
if connected_to_internet?() do
75
with_progress "mix local.hex", fn ->
76
- Mix.Task.run("local.hex", ~w(--force --if-missing))
+ Mix.Task.run("local.hex", ~w(--force))
77
end
78
79
with_progress "mix local.rebar", fn ->
80
- Mix.Task.run("local.rebar", ~w(--force --if-missing))
+ Mix.Task.run("local.rebar", ~w(--force))
81
82
83
with_progress "mix deps.get", fn ->
0 commit comments