Skip to content

Commit

Permalink
refactor: remove unused Phoenix compiler for test environment in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
puzza007 committed Jan 14, 2025
1 parent 782797f commit ebb88d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ defmodule JSONAPI.Mixfile do
]
end

# Use Phoenix compiler depending on environment.
defp compilers(:test), do: [:phoenix] ++ Mix.compilers()
defp compilers(_), do: Mix.compilers()

# Specifies which paths to compile per environment.
Expand Down

0 comments on commit ebb88d5

Please sign in to comment.