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/lib
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2022-06-29 21:45:34 +0300
committerGitHub <noreply@github.com>2022-06-29 21:45:34 +0300
commit5be7d6ea555bc25acaae1bfd309d64ce6693b084 (patch)
tree1c35529ba779021083248808bc44ce2c4f39283b /lib
parent0ce09f18b011620600c66bd226ec0e1d0ba6eb8a (diff)
docs: add foreground-scripts to run-script page (#5087)
Diffstat (limited to 'lib')
-rw-r--r--lib/commands/run-script.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/commands/run-script.js b/lib/commands/run-script.js
index a1591c790..8507dbe79 100644
--- a/lib/commands/run-script.js
+++ b/lib/commands/run-script.js
@@ -35,6 +35,7 @@ class RunScript extends BaseCommand {
'include-workspace-root',
'if-present',
'ignore-scripts',
+ 'foreground-scripts',
'script-shell',
]