Skip to content

Commit

Permalink
fix: fix env for dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
saveman71 committed Oct 17, 2024
1 parent 475f9e5 commit 70e1843
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ defmodule Hcaptcha.Mixfile do
]
end

def cli do
[
preferred_envs: [
dialyzer: :test
]
]
end

defp description do
"""
A simple hCaptcha package for Elixir applications, provides verification
Expand Down

0 comments on commit 70e1843

Please sign in to comment.