Skip to content

Commit

Permalink
ci: fix package-lock.json (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Dec 26, 2023
1 parent 688c730 commit d153902
Show file tree
Hide file tree
Showing 2 changed files with 34,426 additions and 113 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"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",
"------------------",
"echo 'TODO: workaround for https://github.com/npm/cli/issues/6787#issuecomment-1751005219'",
"npm i --workspaces --include-workspace-root"
]
}
Expand Down
Loading

0 comments on commit d153902

Please sign in to comment.