修改发布脚本

This commit is contained in:
pangxie1991 2018-01-12 22:23:15 +08:00
parent 8338b76010
commit b9bfac3d5b

View File

@ -29,4 +29,11 @@ then
echo "publishing npm..."
npm publish
# sync dev
echo "sync dev..."
git checkout dev
git rebase master
git push origin dev
fi