fix(scripts/bump-pkg): don't call git add --patch twice
This commit is contained in:
@@ -25,8 +25,6 @@ if [ $# -ge 2 ]
|
||||
then
|
||||
npm version "$2"
|
||||
git checkout HEAD :/yarn.lock
|
||||
|
||||
git add --patch
|
||||
fi
|
||||
# if version is not passed, simply update other packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user