Skip to content

Commit eae4291

Browse files
committed
ci: clean untracked files before running postUpgradeTasks
Not sure what changed overnight, but Renovate is now committing .npmrc files that we didn't generate. Example: https://github.com/angular/angular/pull/61492/files We should revisit this once we transition away from Yarn.
1 parent 7d88673 commit eae4291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
"postUpgradeTasks": {
66
"commands": [
7+
"git clean -f",
78
"yarn install --immutable",
89
"yarn update-generated-files"
910
],

0 commit comments

Comments
 (0)