summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-test.1
diff options
context:
space:
mode:
authorclaudiahdz <cghr1990@gmail.com>2019-11-18 21:01:39 +0200
committerMyles Borins <mylesborins@google.com>2019-11-20 19:16:47 -0500
commita7c7c703aff362f06ef5d49451a0f79fd289910f (patch)
tree48f9d01b32d55d420f229c4889a5a61178419223 /deps/npm/man/man1/npm-test.1
parenta30a9f8193ddd61dfadc2d5d79784b682027b319 (diff)
downloadandroid-node-v8-a7c7c703aff362f06ef5d49451a0f79fd289910f.tar.gz
android-node-v8-a7c7c703aff362f06ef5d49451a0f79fd289910f.tar.bz2
android-node-v8-a7c7c703aff362f06ef5d49451a0f79fd289910f.zip
deps: upgrade npm to 6.13.1
PR-URL: https://github.com/nodejs/node/pull/30533 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/npm/man/man1/npm-test.1')
-rw-r--r--deps/npm/man/man1/npm-test.113
1 files changed, 6 insertions, 7 deletions
diff --git a/deps/npm/man/man1/npm-test.1 b/deps/npm/man/man1/npm-test.1
index c3d18a3eed..bd18fedb50 100644
--- a/deps/npm/man/man1/npm-test.1
+++ b/deps/npm/man/man1/npm-test.1
@@ -1,7 +1,6 @@
-.TH "NPM\-TEST" "" "November 2019" "" ""
+.TH "NPM\-TEST" "1" "November 2019" "" ""
.SH "NAME"
-\fBnpm-test\fR
-.SH Test a package
+\fBnpm-test\fR \- Test a package
.SS Synopsis
.P
.RS 2
@@ -17,14 +16,14 @@ This runs a package's "test" script, if one was provided\.
.SS See Also
.RS 0
.IP \(bu 2
-npm help npm\-run\-script
+npm help run\-script
.IP \(bu 2
npm help scripts
.IP \(bu 2
-npm help npm\-start
+npm help start
.IP \(bu 2
-npm help npm\-restart
+npm help restart
.IP \(bu 2
-npm help npm\-stop
+npm help stop
.RE