Skip to content

Commit

Permalink
fix: don't compile igniter dep again when compiling deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 16, 2024
1 parent c54a857 commit ab5b18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/lib/private/deps_compile.ex
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ defmodule Igniter.Util.DepsCompile do

compiled =
deps
|> Enum.reject(&(&1.app == :igniter))
|> Enum.map(fn %Mix.Dep{app: app, status: status, opts: opts, scm: scm} = dep ->
check_unavailable!(app, scm, status)
maybe_clean(dep, options)
Expand Down

0 comments on commit ab5b18d

Please sign in to comment.