Skip to content

Commit

Permalink
Exclude test functions (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurClemens authored Sep 15, 2024
1 parent dd87a6b commit e98dba5
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ defmodule PrimerLive.MixProject do
]
end

defp elixirc_paths(:dev), do: ["lib", "lib_target"]
defp elixirc_paths(:dev), do: ["lib", "lib_dev"]
defp elixirc_paths(:test), do: ["lib", "lib_test"]
defp elixirc_paths(_), do: ["lib"]

defp description do
Expand Down

0 comments on commit e98dba5

Please sign in to comment.