Skip to content

Commit

Permalink
Clean before publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Oct 27, 2016
1 parent 77a5bf3 commit f10d4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/make/code.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ shell:

clean:
@rebar3 clean
@rm -rf ebin/* _build/default/lib/$(PROJECT)
@rm -rf ebin/* _build/default/lib/$(PROJECT) rebar.lock

clean-all: clean
@rebar3 as dev lfe clean
Expand All @@ -39,5 +39,5 @@ build-hexpm: clean

build-all: build-github build-gitlab build-hexpm

publish:
publish: clean
rebar3 as hexpm hex publish

0 comments on commit f10d4a8

Please sign in to comment.