aboutsummaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/man/man1/npm-install-ci-test.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/man/man1/npm-install-ci-test.1')
-rw-r--r--deps/node/deps/npm/man/man1/npm-install-ci-test.123
1 files changed, 23 insertions, 0 deletions
diff --git a/deps/node/deps/npm/man/man1/npm-install-ci-test.1 b/deps/node/deps/npm/man/man1/npm-install-ci-test.1
new file mode 100644
index 00000000..6cdda35e
--- /dev/null
+++ b/deps/node/deps/npm/man/man1/npm-install-ci-test.1
@@ -0,0 +1,23 @@
+.TH "NPM" "" "January 2019" "" ""
+.SH "NAME"
+\fBnpm\fR
+.SH SYNOPSIS
+.P
+.RS 2
+.nf
+npm install\-ci\-test
+
+alias: npm cit
+.fi
+.RE
+.SH DESCRIPTION
+.P
+This command runs an \fBnpm ci\fP followed immediately by an \fBnpm test\fP\|\.
+.SH SEE ALSO
+.RS 0
+.IP \(bu 2
+npm help ci
+.IP \(bu 2
+npm help test
+
+.RE