diff --git a/package.json b/package.json index 6bd517e84cb5..539a8bea3b56 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,5 @@ "engines": { "node": ">=20", "pnpm": ">=10.33.0" - }, - "pnpm": { - "overrides": { - "@azure/core-rest-pipeline": "link:sdk/core/core-rest-pipeline" - } } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index baa50884b96d..b4594a90c6a1 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -54,6 +54,9 @@ catalogs: react-native: ^0.84.1 vitest: ^4.1.2 +overrides: + '@azure/core-rest-pipeline': 'link:sdk/core/core-rest-pipeline' + linkWorkspacePackages: true # Ensure lockfile includes optional dependencies for all CI and development platforms