mirror of https://github.com/ElemeFE/element
commit
15b76faef0
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "element-theme-chalk",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"description": "Element component chalk theme.",
|
||||
"main": "lib/index.css",
|
||||
"style": "lib/index.css",
|
||||
|
|
Loading…
Reference in New Issue