From b8b6bc0602996ff544717c0b21e2c7ef13d321ac Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 3 Mar 2016 17:50:51 -0500 Subject: [PATCH] Make sure lib is clean before publishing --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bf0daf1917..fc04c5d3ed 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ test-ci: publish: git pull --rebase + rm -rf packages/*/lib make build-dist make test ./node_modules/.bin/lerna publish