Skip to content

Commit

Permalink
Add core-common to the list of packages for electron-auth and browser…
Browse files Browse the repository at this point in the history
…-auth to be marked as workspace:* (backport #6360) [release/4.3.x] (#6370)

Co-authored-by: Nick Tessier <22119573+nick4598@users.noreply.github.com>
  • Loading branch information
mergify[bot] and nick4598 authored Jan 17, 2024
1 parent 06b99c6 commit ec8b809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/config/rush/.pnpmfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ function readPackage(pkg) {
].includes(pkg.name)
) {
pkg.dependencies["@itwin/core-bentley"] = "workspace:*";
if (pkg.name === "@itwin/browser-authorization" || pkg.name === "@itwin/electron-authorization") {
pkg.dependencies["@itwin/core-common"] = "workspace:*";
}
}

// https://github.com/iTwin/reality-data-client
Expand Down

0 comments on commit ec8b809

Please sign in to comment.