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

This commit is contained in:
David Baker 2018-10-11 16:01:56 +01:00 committed by GitHub
parent 845b40d815
commit aaa9c82758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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