Skip to content

Commit

Permalink
fix: added surface formatter to test env
Browse files Browse the repository at this point in the history
  • Loading branch information
theycallmehero committed Nov 4, 2021
1 parent c150a0e commit bed9a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ defmodule Moon.MixProject do

# dev
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:surface_formatter, "~> 0.6", only: :dev, runtime: false},
{:surface_formatter, "~> 0.6", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false}
]
end
Expand Down

0 comments on commit bed9a3a

Please sign in to comment.