diff --git a/renovate.json b/renovate.json index 461e5d7b8..a2b6a03f4 100644 --- a/renovate.json +++ b/renovate.json @@ -3,10 +3,7 @@ "extends": ["github>angular/dev-infra//renovate-presets/default.json5"], "postUpgradeTasks": { - "commands": [ - "yarn install --immutable", - "yarn update-generated-files" - ], + "commands": ["git clean -f", "yarn install --immutable", "yarn update-generated-files"], "executionMode": "branch" },