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 aa69587 commit 328f581Copy full SHA for 328f581
lib/mix/lib/mix/tasks/loadpaths.ex
@@ -32,7 +32,7 @@ defmodule Mix.Tasks.Loadpaths do
32
33
# --no-deps is used only internally. It has no purpose
34
# from Mix.CLI because the CLI itself already loads deps.
35
- unless "--no-deps" in args do
+ unless "--no-deps" in args or System.get_env("MIX_NO_DEPS") in ~w(1 true) do
36
Mix.Task.run "deps.loadpaths", args
37
end
38
0 commit comments