feat: Add mix task
This commit is contained in:
parent
90faf18b2a
commit
fd82c51bbc
1 changed files with 7 additions and 0 deletions
7
lib/mix/tasks/pre_dot_hn/build.ex
Normal file
7
lib/mix/tasks/pre_dot_hn/build.ex
Normal file
|
@ -0,0 +1,7 @@
|
|||
defmodule Mix.Tasks.PreDotHn.Build do
|
||||
use Mix.Task
|
||||
|
||||
def run(_args) do
|
||||
PreDotHn.run()
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue