Browse Source

Fix missing post compile hook

pull/199/head
Andras Boroska 4 years ago
parent
commit
d5fe16e9d0
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      rebar.config

+ 2
- 5
rebar.config View File

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

Loading…
Cancel
Save