Skip to content

Commit

Permalink
Make local app_builder a :dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jan 19, 2022
1 parent 81c9871 commit c380e16
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 @@ -68,7 +68,7 @@ defmodule Livebook.MixProject do
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:floki, ">= 0.27.0", only: :test},
{:bypass, "~> 2.1", only: :test},
{:app_builder, path: "app_builder", targets: [:app]}
{:app_builder, path: "app_builder", targets: [:app], only: :dev}
]
end

Expand Down

0 comments on commit c380e16

Please sign in to comment.