Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/967
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Jul 16, 2024
1 parent 0a665d3 commit c767b68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ defmodule Bonfire.Umbrella.MixProject do

# |> Mixer.log(limit: :infinity)

@extra_release_apps ((@deps
@extra_release_apps @deps
|> Enum.filter(fn
{_dep, opts} when is_list(opts) ->
opts[:runtime] == false and
Expand All @@ -157,9 +157,8 @@ defmodule Bonfire.Umbrella.MixProject do
end)
# Mixer.other_flavour_sources()
|> Mixer.deps_names_list()
|> Enum.reject(&(&1 in [:bonfire, :ex_doc])))
|> Enum.reject(&(&1 in [:bonfire, :ex_doc]))
# ++ [:phoenix_live_head, :phoenix_live_favicon] # to avoid error with ex_doc being set to :load
)
|> Enum.map(&{&1, :load})
|> Mixer.log("disabled extensions to still include in release")

Expand Down

0 comments on commit c767b68

Please sign in to comment.