update package-lock.json in gulp task

This commit is contained in:
Johannes Loher 2021-01-09 18:40:52 +01:00
parent f5d52825e8
commit e99906a18a
2 changed files with 3 additions and 1 deletions

View file

@ -85,7 +85,6 @@ release-patch:
git branch -D ci-processing || true
git checkout -b ci-processing
npm run updateManifest -- --update=${RELEASE_TYPE}
npm install
RELEASE_VERSION=$(jq -r '.version' < package.json)
git add package.json package-lock.json src/system.json
git --no-pager diff