mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
修改发布脚本
This commit is contained in:
parent
8338b76010
commit
b9bfac3d5b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user