fix(scripts/bump-pkg): don't call git add --patch twice

This commit is contained in:
Julien Fontanet
2022-11-29 18:56:03 +01:00
parent 6b25a21151
commit e0b4069c17
-2
View File
@@ -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