summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-install-test.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-install-test.1')
-rw-r--r--deps/npm/man/man1/npm-install-test.114
1 files changed, 7 insertions, 7 deletions
diff --git a/deps/npm/man/man1/npm-install-test.1 b/deps/npm/man/man1/npm-install-test.1
index 6bf6aa325a..6df1508f1a 100644
--- a/deps/npm/man/man1/npm-install-test.1
+++ b/deps/npm/man/man1/npm-install-test.1
@@ -1,7 +1,8 @@
-.TH "NPM" "" "October 2019" "" ""
+.TH "NPM" "" "November 2019" "" ""
.SH "NAME"
\fBnpm\fR
-.SH SYNOPSIS
+.SH Install package(s) and run tests
+.SS Synopsis
.P
.RS 2
.nf
@@ -18,16 +19,15 @@ alias: npm it
common options: [\-\-save|\-\-save\-dev|\-\-save\-optional] [\-\-save\-exact] [\-\-dry\-run]
.fi
.RE
-.SH DESCRIPTION
+.SS Description
.P
This command runs an \fBnpm install\fP followed immediately by an \fBnpm test\fP\|\. It
takes exactly the same arguments as \fBnpm install\fP\|\.
-.SH SEE ALSO
+.SS See Also
.RS 0
.IP \(bu 2
-npm help install
+npm help npm\-install
.IP \(bu 2
-npm help test
+npm help npm\-test
.RE
-