Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Marlow <linuxdragon@gmail.com>2022-08-17 03:57:51 +0300
committerGitHub <noreply@github.com>2022-08-17 03:57:51 +0300
commite5a9162a9dae9471e1ea77ad38baa02bb8d9852e (patch)
tree53477306f35aad80a82a103b74cfa9f9f4999a0b
parentbc66ffa76005c882cc5fd237af87b7ca79375097 (diff)
fix: npm exec does not use script-shell option to run commands (#5297)
-rw-r--r--workspaces/libnpmexec/lib/run-script.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/workspaces/libnpmexec/lib/run-script.js b/workspaces/libnpmexec/lib/run-script.js
index 18dcf7d83..cee8ba45a 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()