Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmoura committed Dec 5, 2016
1 parent ab3c321 commit 768ede8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 768ede8

Please sign in to comment.