generated from Tinkoff/angular-open-source-starter
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: workaround for renovate bot (#819)
- Loading branch information
1 parent
11cb072
commit 688c730
Showing
2 changed files
with
779 additions
and
1,114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} |
Oops, something went wrong.