소스 검색

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

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