Parcourir la source

Revert "Fix missing post compile hook"

This reverts commit d5fe16e9d0.
pull/199/head
Andras Boroska il y a 4 ans
Parent
révision
fc6ea4da44
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. +5
    -2
      rebar.config

+ 5
- 2
rebar.config Voir le fichier

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

Chargement…
Annuler
Enregistrer