Skip to content

Commit

Permalink
ci: workaround for renovate bot (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Dec 26, 2023
1 parent 11cb072 commit 688c730
Show file tree
Hide file tree
Showing 2 changed files with 779 additions and 1,114 deletions.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>taiga-family/renovate-config"],
"npmrc": "workspaces=true\ninclude-workspace-root=true"
"npmrc": "workspaces=true\ninclude-workspace-root=true",
"postUpgradeTasks": {
"commands": [
"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"
]
}
}
Loading

0 comments on commit 688c730

Please sign in to comment.