Przeglądaj źródła

Revert "Fix missing post compile hook"

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

+ 5
- 2
rebar.config Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz