Przeglądaj źródła

Fix missing post compile hook

pull/199/head
Andras Boroska 4 lat temu
rodzic
commit
d5fe16e9d0
1 zmienionych plików z 2 dodań i 5 usunięć
  1. +2
    -5
      rebar.config

+ 2
- 5
rebar.config Wyświetl plik

@ -38,8 +38,5 @@
verbose
]}.
{provider_hooks,
[{pre, [
{compile, {pc, compile}},
{clean, {pc, clean}}
]}]}.
{provider_hooks, [{pre, [{compile, {pc, compile}}]},
{post, [{compile, {pc, clean}}]}]}.

Ładowanie…
Anuluj
Zapisz