fix: thread package root into symlink cleanup

This commit is contained in:
Peter Steinberger
2026-05-03 21:44:52 +01:00
parent 3301760567
commit 9ebdd26020
2 changed files with 17 additions and 1 deletions

View File

@@ -887,6 +887,7 @@ export function runBundledPluginPostinstall(params = {}) {
}
pruneLegacyPluginRuntimeDepsState({
env,
packageRoot,
existsSync: pathExists,
rmSync: params.rmSync,
log,