From b1c051a327c0ead996625acc8cdda2d2bd04eacf Mon Sep 17 00:00:00 2001 From: William Marlow Date: Thu, 11 Aug 2022 12:55:38 +0100 Subject: [PATCH] fix: npm exec does not use script-shell option to run commands --- workspaces/libnpmexec/lib/run-script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/workspaces/libnpmexec/lib/run-script.js b/workspaces/libnpmexec/lib/run-script.js index 18dcf7d8356c5..cee8ba45ae8e9 100644 --- a/workspaces/libnpmexec/lib/run-script.js +++ b/workspaces/libnpmexec/lib/run-script.js @@ -73,6 +73,7 @@ const run = async ({ event: 'npx', args, stdio: 'inherit', + scriptShell, }) } finally { npmlog.enableProgress()