Recompile on heroicons update

This commit is contained in:
Max Veytsman
2022-09-08 18:09:37 -04:00
parent 80a1267205
commit 2ff8bca42e
2 changed files with 23 additions and 6 deletions

View File

@ -25,7 +25,6 @@ defmodule Mix.Tasks.Heroicons.Update do
case args do
[] ->
Heroicons.update()
Mix.Task.run("deps.compile", [:heroicons, "--force"])
_ ->
Mix.raise("Invalid arguments, expected: mix heroicons.update")