From f10d4a83cee88a47954d405bc5de0916647521cb Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Thu, 27 Oct 2016 16:43:58 -0500 Subject: [PATCH] Clean before publish. --- priv/make/code.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/priv/make/code.mk b/priv/make/code.mk index 01e64a8..b9e9d7d 100644 --- a/priv/make/code.mk +++ b/priv/make/code.mk @@ -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 @@ -39,5 +39,5 @@ build-hexpm: clean build-all: build-github build-gitlab build-hexpm -publish: +publish: clean rebar3 as hexpm hex publish