mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci: restore .npmrc before executing postUpgradeTasks (#61239)
Renovate temporarily modifies the `.npmrc` file during its operations and reverts these changes afterward. However, during `postUpgradeTasks`, the non reverted `.npmrc` will lead to errors when running `yarn bazel sync --only=repo` See: https://github.com/renovatebot/renovate/discussions/14897 PR Close #61239
This commit is contained in:
parent
c8dfe6da34
commit
83c22ec904
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"labels": ["area: build & ci", "action: merge"],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"git restore .yarn/releases/yarn-1.22.22.cjs pnpm-lock.yaml",
|
||||
"git restore .yarn/releases/yarn-1.22.22.cjs pnpm-lock.yaml .npmrc",
|
||||
"yarn install --frozen-lockfile --non-interactive",
|
||||
"yarn bazel sync --only=repo || true",
|
||||
"yarn ng-dev misc update-generated-files"
|
||||
|
|
|
|||
Loading…
Reference in a new issue