1
0
Fork 0

chore(build): comment fix

This commit is contained in:
vvo 2017-12-07 13:15:23 +01:00
parent 67ad98332c
commit 1e72486468

View file

@ -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`