feat(scripts/bump-pkg): ignore yarn.lock changes

This commit is contained in:
Julien Fontanet 2022-11-29 18:53:51 +01:00
parent 716dc45d85
commit 6b25a21151

View File

@ -24,6 +24,7 @@ esac
if [ $# -ge 2 ]
then
npm version "$2"
git checkout HEAD :/yarn.lock
git add --patch
fi