We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea6121 commit 2b265ccCopy full SHA for 2b265cc
src/commands/fix/pnpm-fix.mts
@@ -167,7 +167,7 @@ export async function pnpmFix(
167
options,
168
) {
169
const isWorkspaceRoot =
170
- editablePkgJson.path === pkgEnvDetails.editablePkgJson.filename
+ editablePkgJson.filename === pkgEnvDetails.editablePkgJson.filename
171
// Get current overrides for revert logic.
172
const { overrides: oldOverrides } = getOverridesDataPnpm(
173
pkgEnvDetails,
0 commit comments