You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-04 05:02:41 +03:00
Try again to commit package-lock.json
This commit is contained in:
@@ -155,8 +155,8 @@ echo "npm version"
|
|||||||
# manually commit the result.
|
# manually commit the result.
|
||||||
npm version --no-git-tag-version "$release"
|
npm version --no-git-tag-version "$release"
|
||||||
|
|
||||||
# commit package-lock.json if it exists and is versioned
|
# commit package-lock.json if it exists, is versioned, and is modified
|
||||||
if [[ -f package-lock.json && -z `git status --porcelain --ignored package-lock.json` ]];
|
if [[ -f package-lock.json && `git status --porcelain package-lock.json | grep '^ M'` ]];
|
||||||
then
|
then
|
||||||
pkglock='package-lock.json'
|
pkglock='package-lock.json'
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user