mix: add additional envs

This commit is contained in:
a1batross 2021-03-05 10:23:16 +01:00
parent b6c6955eb0
commit ae3db9284c
1 changed files with 2 additions and 0 deletions

View File

@ -90,7 +90,9 @@ defmodule Pleroma.Mixfile do
defp elixirc_paths(:test), do: ["lib", "test/support"]
defp elixirc_paths(_), do: ["lib"]
defp warnings_as_errors(:huskyapp), do: false
defp warnings_as_errors(:prod), do: false
defp warnings_as_errors(:isi), do: false
defp warnings_as_errors(_), do: true
# Specifies OAuth dependencies.