Skip to content

Commit

Permalink
chore: another workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Dec 26, 2023
1 parent b5d9c34 commit 56eb827
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 220 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
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
engine-strict=false
engine-strict=true
loglevel=error
Loading

0 comments on commit 56eb827

Please sign in to comment.