make publish: add make build in case it wasn't run

This commit is contained in:
Henry Zhu
2016-02-04 09:58:57 -05:00
parent 6bb7eb0c78
commit 9f5314ad42

View File

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