Skip to content

Commit

Permalink
Merge pull request #966 from appsignal/load-dependencies-compile-apps…
Browse files Browse the repository at this point in the history
…ignal

Load dependencies for `compile.appsignal` task
  • Loading branch information
unflxw authored Oct 11, 2024
2 parents f3d201c + cac210d commit eebbea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
defmodule Mix.Tasks.Compile.Appsignal do
use Mix.Task

@requirements "loadpaths"

def run(_args) do
{_, _} = Code.eval_file("mix_helpers.exs")
Mix.Appsignal.Helper.install()
Expand Down

0 comments on commit eebbea9

Please sign in to comment.