Ver código fonte

Fix missing post compile hook

pull/199/head
Andras Boroska 4 anos atrás
pai
commit
d5fe16e9d0
1 arquivos alterados com 2 adições e 5 exclusões
  1. +2
    -5
      rebar.config

+ 2
- 5
rebar.config Ver arquivo

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

Carregando…
Cancelar
Salvar