folz / bento

:bento: A fast, correct, pure-Elixir library for reading and writing Bencoded metainfo (.torrent) files.
Mozilla Public License 2.0
95 stars 14 forks source link

Include `:ex_doc` for MIX_ENV `:prod` #27

Closed mogeko closed 1 year ago

mogeko commented 1 year ago

Since :ex_doc is not in the environment:prod, when published:

$ MIX_ENV=prod mix doc
** (Mix) The task "docs" could not be found. Did you mean "do"?

This PR add :ex_doc into the environment:prod to solve this problem.