Skip to content

Commit

Permalink
ci: fix postUpgradeTasks in renovate.json (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Dec 27, 2023
1 parent 48efd09 commit 356a12d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"echo 'TODO: workaround for https://github.com/npm/cli/issues/7019'",
"rm -rf package-lock.json node_modules **/node_modules",
"npm i --workspaces --include-workspace-root",
"------------------",
"echo '------------------'",
"echo 'TODO: workaround for https://github.com/npm/cli/issues/6787#issuecomment-1751005219'",
"npm i --workspaces --include-workspace-root"
]
],
"executionMode": "branch"
}
}

0 comments on commit 356a12d

Please sign in to comment.