fix release script

This commit is contained in:
Marcos Moura 2016-12-05 01:55:39 -02:00
parent 8c16639d71
commit 9c6598b32b

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