Merge pull request #3384 from babel/build-dist

Run build-dist on publish so we do not forget
This commit is contained in:
Henry Zhu 2016-02-29 23:06:00 -05:00
commit ddc82a848c

View File

@ -48,7 +48,7 @@ test-ci:
publish: publish:
git pull --rebase git pull --rebase
make build make build-dist
make test make test
./node_modules/.bin/lerna publish ./node_modules/.bin/lerna publish
make clean make clean