Skip to content

Commit

Permalink
fix(scripts/bump-pkg): don't call git add --patch twice
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Nov 29, 2022
1 parent 6b25a21 commit e0b4069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/bump-pkg
Expand Up @@ -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

Expand Down

0 comments on commit e0b4069

Please sign in to comment.