Merge pull request #3317 from babel/add-make-build

make publish: add make build in case it wasn't run
This commit is contained in:
Sebastian McKenzie 2016-02-04 15:17:00 +00:00
commit effaf820c3

View File

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