Skip to content

Commit 419e935

Browse files
committed
Release in prod to avoid attaching example docs
1 parent fd0329b commit 419e935

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mix.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ defmodule ExDoc.Mixfile do
2222
]
2323
end
2424

25+
def cli do
26+
[preferred_envs: ["hex.publish": :prod]]
27+
end
28+
2529
def application do
2630
[
2731
extra_applications: [:eex] ++ extra_applications(Mix.env()),

0 commit comments

Comments
 (0)