feat(scripts/bump-pkg): ignore yarn.lock changes
This commit is contained in:
parent
716dc45d85
commit
6b25a21151
@ -24,6 +24,7 @@ esac
|
||||
if [ $# -ge 2 ]
|
||||
then
|
||||
npm version "$2"
|
||||
git checkout HEAD :/yarn.lock
|
||||
|
||||
git add --patch
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user