Selaa lähdekoodia

Fix missing post compile hook

pull/199/head
Andras Boroska 4 vuotta sitten
vanhempi
commit
d5fe16e9d0
1 muutettua tiedostoa jossa 2 lisäystä ja 5 poistoa
  1. +2
    -5
      rebar.config

+ 2
- 5
rebar.config Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna