fix: Force npm to not change lockfile on install in ci

This commit is contained in:
Robert Prehn 2021-06-18 18:22:12 -05:00
parent f1a76ada72
commit 5012556d50
2 changed files with 7282 additions and 31 deletions

View file

@ -70,7 +70,7 @@ deploy_to_tags:
- export GIT_AUTHOR_EMAIL=$GITLAB_USER_EMAIL - export GIT_AUTHOR_EMAIL=$GITLAB_USER_EMAIL
- export GIT_COMMITTER_NAME=$GITLAB_USER_NAME - export GIT_COMMITTER_NAME=$GITLAB_USER_NAME
- export GIT_COMMITTER_EMAIL=$GITLAB_USER_EMAIL - export GIT_COMMITTER_EMAIL=$GITLAB_USER_EMAIL
- npm install - npm install --no-save
- git status - git status
- npx semantic-release --repository-url=$CI_REPOSITORY_URL - npx semantic-release --repository-url=$CI_REPOSITORY_URL
- script/generate-build-version - script/generate-build-version

7311
package-lock.json generated

File diff suppressed because it is too large Load diff