mirror of https://github.com/ElemeFE/element
chore: 2.5.1 fix
parent
a86947892c
commit
3ea5da6038
|
@ -16,16 +16,16 @@ then
|
||||||
VERSION=$VERSION npm run dist
|
VERSION=$VERSION npm run dist
|
||||||
|
|
||||||
# publish theme
|
# publish theme
|
||||||
# echo "Releasing theme-chalk $VERSION ..."
|
echo "Releasing theme-chalk $VERSION ..."
|
||||||
# cd packages/theme-chalk
|
cd packages/theme-chalk
|
||||||
# npm version $VERSION --message "[release] $VERSION"
|
npm version $VERSION --message "[release] $VERSION"
|
||||||
# if [[ $VERSION =~ "beta" ]]
|
if [[ $VERSION =~ "beta" ]]
|
||||||
# then
|
then
|
||||||
# npm publish --tag beta
|
npm publish --tag beta
|
||||||
# else
|
else
|
||||||
# npm publish
|
npm publish
|
||||||
# fi
|
fi
|
||||||
# cd ../..
|
cd ../..
|
||||||
|
|
||||||
# commit
|
# commit
|
||||||
git add -A
|
git add -A
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "element-theme-chalk",
|
"name": "element-theme-chalk",
|
||||||
"version": "2.5.0",
|
"version": "2.5.1",
|
||||||
"description": "Element component chalk theme.",
|
"description": "Element component chalk theme.",
|
||||||
"main": "lib/index.css",
|
"main": "lib/index.css",
|
||||||
"style": "lib/index.css",
|
"style": "lib/index.css",
|
||||||
|
|
Loading…
Reference in New Issue