Skip to content

Commit 534e1e7

Browse files
authored
🛠️ Remove test/support from being compiled in :dev mode (#2030)
1 parent a3dba29 commit 534e1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule Sequin.MixProject do
2929

3030
# Specifies which paths to compile per environment.
3131
defp elixirc_paths(:test), do: ["lib", "test/support"]
32-
defp elixirc_paths(:dev), do: ["lib", "test/support", "bench"]
32+
defp elixirc_paths(:dev), do: ["lib", "bench"]
3333
defp elixirc_paths(_), do: ["lib"]
3434

3535
# Specifies your project dependencies.

0 commit comments

Comments
 (0)