update package-lock.json in gulp task
This commit is contained in:
parent
f5d52825e8
commit
e99906a18a
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue