also commit the lock file when bumping version as it is now committed to the repo

pull/7429/head
Bruno Windels 2018-10-01 17:18:31 +02:00
parent 0a4e3379f9
commit 4de63e612d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ echo "electron npm version"
cd electron_app
npm version --no-git-tag-version "$release"
git commit package.json -m "$tag"
git commit package.json package-lock.json -m "$tag"
cd ..