fix: hide bundled runtime npm windows

This commit is contained in:
Peter Steinberger
2026-04-27 08:30:59 +01:00
parent 720ea766e6
commit d23ee2f702
7 changed files with 74 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ describe("bundled plugin postinstall", () => {
},
shell: false,
stdio: "pipe",
windowsHide: true,
windowsVerbatimArguments: undefined,
});
}