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
path: root/doc
diff options
context:
space:
mode:
authormmkal <misha.kaletsky@gmail.com>2017-07-04 07:25:35 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-07-06 01:11:03 +0300
commita09c1a69df05b753464cc1272cdccc6af0f4da5a (patch)
treeb2580662d7b90dfc52eac7514d3d3a4e74ef5321 /doc
parent7d650048c8ed5faa0486492f1eeb698e7383e32f (diff)
run-script: allow custom shell (#16687)
Fixes: https://github.com/npm/npm/issues/6543 PR-URL: https://github.com/npm/npm/pull/16687 Credit: @mmkal Reviewed-By: @zkat Reviewed-By: @iarna
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-config.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index e026c5e4c..dd0993d6b 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -889,6 +889,13 @@ in to a private registry for the first time:
will cause `@organization` to be mapped to the registry for future installation
of packages specified according to the pattern `@organization/package`.
+### script-shell
+
+* Default: `null`
+* Type: path
+
+The shell to use for scripts run with the `npm run` command.
+
### scripts-prepend-node-path
* Default: "warn-only"