fix release script

This commit is contained in:
Marcos Moura 2016-12-05 01:55:39 -02:00
parent ab3c3219ce
commit 768ede8340

View file

@ -57,5 +57,5 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
git remote add site https://github.com/vuematerial/vuematerial.github.io.git
git push site `git subtree split --prefix dist/docs master`:master --force --progress
#### npm publish
npm publish
fi