From 768ede8340bba88b59d2a931b8aea7c1a4b78462 Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Mon, 5 Dec 2016 01:55:39 -0200 Subject: [PATCH] fix release script --- build/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/release.sh b/build/release.sh index b67c18d..bec6220 100644 --- a/build/release.sh +++ b/build/release.sh @@ -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