mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-11 14:25:46 +08:00
Make local app_builder a :dev dependency
This commit is contained in:
parent
81c9871802
commit
c380e1663f
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue