瀏覽代碼

Fix missing post compile hook

pull/199/head
Andras Boroska 4 年之前
父節點
當前提交
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}}]}]}.

Loading…
取消
儲存