summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-install-ci-test.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-install-ci-test.1')
-rw-r--r--deps/npm/man/man1/npm-install-ci-test.113
1 files changed, 7 insertions, 6 deletions
diff --git a/deps/npm/man/man1/npm-install-ci-test.1 b/deps/npm/man/man1/npm-install-ci-test.1
index 8c1c780d49..93cdb43bec 100644
--- a/deps/npm/man/man1/npm-install-ci-test.1
+++ b/deps/npm/man/man1/npm-install-ci-test.1
@@ -1,7 +1,8 @@
-.TH "NPM" "" "October 2019" "" ""
+.TH "NPM" "" "November 2019" "" ""
.SH "NAME"
\fBnpm\fR
-.SH SYNOPSIS
+.SH Install a project with a clean slate and run tests
+.SS Synopsis
.P
.RS 2
.nf
@@ -10,14 +11,14 @@ npm install\-ci\-test
alias: npm cit
.fi
.RE
-.SH DESCRIPTION
+.SS Description
.P
This command runs an \fBnpm ci\fP followed immediately by an \fBnpm test\fP\|\.
-.SH SEE ALSO
+.SS See Also
.RS 0
.IP \(bu 2
-npm help ci
+npm help npm\-ci
.IP \(bu 2
-npm help test
+npm help npm\-test
.RE