summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-run-script.1
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2019-11-05 14:55:08 -0500
committerRich Trott <rtrott@gmail.com>2019-11-09 20:13:43 -0800
commit4b97c3addb246274cd7e8432edd537e0bdf60b63 (patch)
tree9f859239c3b38b04ddc58ee736bf6b2caf6008a5 /deps/npm/man/man1/npm-run-script.1
parent5f9794ea9aaaf5597974a65460e1f3069f68475f (diff)
downloadandroid-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.gz
android-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.bz2
android-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.zip
deps: update npm to 6.13.0
PR-URL: https://github.com/nodejs/node/pull/30271 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'deps/npm/man/man1/npm-run-script.1')
-rw-r--r--deps/npm/man/man1/npm-run-script.124
1 files changed, 12 insertions, 12 deletions
diff --git a/deps/npm/man/man1/npm-run-script.1 b/deps/npm/man/man1/npm-run-script.1
index 18eb5fcc21..0896b9a8b3 100644
--- a/deps/npm/man/man1/npm-run-script.1
+++ b/deps/npm/man/man1/npm-run-script.1
@@ -1,7 +1,8 @@
-.TH "NPM\-RUN\-SCRIPT" "1" "October 2019" "" ""
+.TH "NPM\-RUN\-SCRIPT" "" "November 2019" "" ""
.SH "NAME"
-\fBnpm-run-script\fR \- Run arbitrary package scripts
-.SH SYNOPSIS
+\fBnpm-run-script\fR
+.SH Run arbitrary package scripts
+.SS Synopsis
.P
.RS 2
.nf
@@ -10,7 +11,7 @@ npm run\-script <command> [\-\-silent] [\-\- <args>\.\.\.]
alias: npm run
.fi
.RE
-.SH DESCRIPTION
+.SS Description
.P
This runs an arbitrary command from a package's \fB"scripts"\fP object\. If no
\fB"command"\fP is provided, it will list the available scripts\. \fBrun[\-script]\fP is
@@ -86,20 +87,19 @@ You can use the \fB\-\-silent\fP flag to prevent showing \fBnpm ERR!\fP output o
You can use the \fB\-\-if\-present\fP flag to avoid exiting with a non\-zero exit code
when the script is undefined\. This lets you run potentially undefined scripts
without breaking the execution chain\.
-.SH SEE ALSO
+.SS See Also
.RS 0
.IP \(bu 2
-npm help 7 scripts
+npm help scripts
.IP \(bu 2
-npm help test
+npm help npm\-test
.IP \(bu 2
-npm help start
+npm help npm\-start
.IP \(bu 2
-npm help restart
+npm help npm\-restart
.IP \(bu 2
-npm help stop
+npm help npm\-stop
.IP \(bu 2
-npm help 7 config
+npm help npm\-config
.RE
-