ソースを参照

Fix missing post compile hook

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

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

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

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