Run build-dist on publish so we do not forget

This commit is contained in:
Henry Zhu 2016-02-29 19:18:45 -05:00
parent b1058db7fb
commit acfcd88fd9

View File

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