1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

fix: release.sh remove useless code

This commit is contained in:
pangxie1991 2017-10-26 21:42:49 +08:00
parent e262cd060f
commit dafd89ac36

@ -13,8 +13,6 @@ then
# commit
npm version $VERSION --message "[release] $VERSION"
git add -A
git commit -m "[build] $VERSION"
# publish
echo "publishing git..."