mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
chore: 2.5.1 fix
This commit is contained in:
@@ -16,16 +16,16 @@ then
|
||||
VERSION=$VERSION npm run dist
|
||||
|
||||
# publish theme
|
||||
# echo "Releasing theme-chalk $VERSION ..."
|
||||
# cd packages/theme-chalk
|
||||
# npm version $VERSION --message "[release] $VERSION"
|
||||
# if [[ $VERSION =~ "beta" ]]
|
||||
# then
|
||||
# npm publish --tag beta
|
||||
# else
|
||||
# npm publish
|
||||
# fi
|
||||
# cd ../..
|
||||
echo "Releasing theme-chalk $VERSION ..."
|
||||
cd packages/theme-chalk
|
||||
npm version $VERSION --message "[release] $VERSION"
|
||||
if [[ $VERSION =~ "beta" ]]
|
||||
then
|
||||
npm publish --tag beta
|
||||
else
|
||||
npm publish
|
||||
fi
|
||||
cd ../..
|
||||
|
||||
# commit
|
||||
git add -A
|
||||
|
||||
Reference in New Issue
Block a user