fix npm run updateManifest
This commit is contained in:
parent
0400db2964
commit
75e21fcf5f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ release-patch:
|
||||||
git config user.email $GITLAB_USER_EMAIL
|
git config user.email $GITLAB_USER_EMAIL
|
||||||
git branch -D ci-processing || true
|
git branch -D ci-processing || true
|
||||||
git checkout -b ci-processing
|
git checkout -b ci-processing
|
||||||
npm run updateManifest --update=${RELEASE_TYPE}
|
npm run updateManifest -- --update=${RELEASE_TYPE}
|
||||||
npm install
|
npm install
|
||||||
RELEASE_VERSION=$(jq -r '.version' < package.json)
|
RELEASE_VERSION=$(jq -r '.version' < package.json)
|
||||||
git add package.json package-lock.json src/system.json
|
git add package.json package-lock.json src/system.json
|
||||||
|
|
Loading…
Reference in a new issue