From 1e72486468bc60da05590d2947a814690828d292 Mon Sep 17 00:00:00 2001 From: vvo Date: Thu, 7 Dec 2017 13:15:23 +0100 Subject: [PATCH] chore(build): comment fix --- scripts/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release b/scripts/release index 965e0390..9f2b04ab 100755 --- a/scripts/release +++ b/scripts/release @@ -22,7 +22,7 @@ printf "\n\nRelease: update working tree" git pull origin master git fetch origin --tags -printf "Release: yarn" +printf "Release: npm install" npm install currentVersion=`cat package.json | json version`