Skip to content

Commit

Permalink
Release in prod to avoid attaching example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 24, 2024
1 parent fd0329b commit 419e935
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ defmodule ExDoc.Mixfile do
]
end

def cli do
[preferred_envs: ["hex.publish": :prod]]
end

def application do
[
extra_applications: [:eex] ++ extra_applications(Mix.env()),
Expand Down

0 comments on commit 419e935

Please sign in to comment.