ソースを参照

Revert "Fix missing post compile hook"

This reverts commit d5fe16e9d0.
pull/199/head
Andras Boroska 4年前
コミット
fc6ea4da44
1個のファイルの変更5行の追加2行の削除
  1. +5
    -2
      rebar.config

+ 5
- 2
rebar.config ファイルの表示

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

読み込み中…
キャンセル
保存