fix: Force npm to not change lockfile on install in ci
This commit is contained in:
parent
f1a76ada72
commit
5012556d50
2 changed files with 7282 additions and 31 deletions
|
@ -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
7311
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue