Skip to content

Commit

Permalink
chore: don't install burrito in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Aug 11, 2023
1 parent b1e6ff7 commit 84efa59
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 @@ -60,7 +60,7 @@ defmodule NextLS.MixProject do
{:exqlite, "~> 0.13.14"},
{:styler, "~> 0.8", only: :dev},
{:ex_doc, ">= 0.0.0", only: :dev},
{:burrito, github: "burrito-elixir/burrito"},
{:burrito, github: "burrito-elixir/burrito", only: [:dev, :prod]},
{:dialyxir, ">= 0.0.0", only: [:dev, :test], runtime: false}
]
end
Expand Down

0 comments on commit 84efa59

Please sign in to comment.