소스 검색

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}}
]}]}.

불러오는 중...
취소
저장