mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-18 07:12:58 +03:00
Merge pull request #7483 from vector-im/revert-7429-bwindels/alsocommitlockfile
Revert "also commit the lock file when bumping version as it is now committed to the repo"
This commit is contained in:
commit
df1eb9f5cb
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ echo "electron npm version"
|
||||||
|
|
||||||
cd electron_app
|
cd electron_app
|
||||||
npm version --no-git-tag-version "$release"
|
npm version --no-git-tag-version "$release"
|
||||||
git commit package.json package-lock.json -m "$tag"
|
git commit package.json -m "$tag"
|
||||||
|
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in a new issue