Skip to content

Commit

Permalink
ci: force post upgrade task command for syncing pnpm lock file to exi…
Browse files Browse the repository at this point in the history
…t successfully
  • Loading branch information
josephperrott authored and clydin committed Dec 17, 2024
1 parent f728f2f commit bd90bf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"commands": [
"git restore .yarn/releases/yarn-4.5.0.cjs",
"yarn install --immutable",
"yarn bazel build //tools/...",
"yarn bazel run @npm2//:sync"
"yarn bazel run @npm2//:sync || true"
],
"fileFilters": [".aspect/rules/external_repository_action_cache/**/*", "pnpm-lock.yaml"],
"executionMode": "branch"
Expand Down

0 comments on commit bd90bf7

Please sign in to comment.