Merge pull request #3397 from babel/hzoo-patch-1

Make sure lib is clean before publishing
This commit is contained in:
Amjad Masad 2016-03-03 15:22:54 -08:00
commit 2d05996810

View File

@ -48,6 +48,7 @@ test-ci:
publish:
git pull --rebase
rm -rf packages/*/lib
make build-dist
make test
./node_modules/.bin/lerna publish