Skip to content

Commit 768ede8

Browse files
committed
fix release script
1 parent ab3c321 commit 768ede8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
5757
git remote add site https://github.com/vuematerial/vuematerial.github.io.git
5858
git push site `git subtree split --prefix dist/docs master`:master --force --progress
5959

60-
#### npm publish
60+
npm publish
6161
fi

0 commit comments

Comments
 (0)