mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
update release.sh
This commit is contained in:
parent
3c590edbab
commit
a08c819d60
@ -19,7 +19,7 @@ then
|
||||
echo "Releasing theme-default $VERSION ..."
|
||||
cd packages/theme-default
|
||||
npm version $VERSION --message "[release] $VERSION"
|
||||
npm publish
|
||||
npm publish --tag beta
|
||||
cd ../..
|
||||
|
||||
# commit
|
||||
@ -34,5 +34,5 @@ then
|
||||
git rebase master
|
||||
git push eleme dev
|
||||
|
||||
npm publish
|
||||
npm publish --tag beta
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user