Skip to content

Commit f9b30df

Browse files
gkalpakdylhunn
authored andcommitted
ci: fix Renovate post-upgrade task command (#47040)
Since Renovate runs from the project directory, it cannot find the `sync-deps` yarn script inside `aio/tools/examples/shared/`: [example failure][1] Update the post-upgrade task command to run inside that directory instead of the project root. [1]: #46707 (comment) PR Close #47040
1 parent c01ccc5 commit f9b30df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
{
9292
"matchPaths": ["aio/tools/examples/shared/*"],
9393
"postUpgradeTasks": {
94-
"commands": ["yarn run sync-deps"],
94+
"commands": ["yarn --cwd=aio/tools/examples/shared run sync-deps"],
9595
"fileFilters": ["aio/tools/examples/shared/boilerplate/**"]
9696
}
9797
},

0 commit comments

Comments
 (0)