mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
[Build] update release.sh
This commit is contained in:
parent
e81be5043d
commit
f62b460251
@ -10,12 +10,6 @@ read -p "Releasing $VERSION - are you sure? (y/n)" -n 1 -r
|
||||
echo # (optional) move to a new line
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
# build
|
||||
npm run build:lib
|
||||
|
||||
# commit build
|
||||
git commit -am "[build] $VERSION"
|
||||
|
||||
# commit
|
||||
npm version $VERSION --message "[release] $VERSION"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user