Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimen Bekkhus <sbekkhus91@gmail.com>2018-03-21 18:20:47 +0300
committerRebecca Turner <me@re-becca.org>2018-04-11 04:23:19 +0300
commit8a1a64203cca3f30999ea9e160eb63662478dcee (patch)
treeb12e1217312fdb14b586135ac9ee5a6ae8c0b8ef /doc
parentab489b75362348f412c002cf795a31dea6420ef0 (diff)
npm: add npm cit command
PR-URL: https://github.com/npm/npm/pull/20126 Credit: @SimenB Reviewed-By: @iarna
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-install-ci-test.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/cli/npm-install-ci-test.md b/doc/cli/npm-install-ci-test.md
new file mode 100644
index 000000000..4cbab9144
--- /dev/null
+++ b/doc/cli/npm-install-ci-test.md
@@ -0,0 +1,16 @@
+# npm install-ci-test(1) -- Install a project with a clean slate and run tests
+
+## SYNOPSIS
+
+ npm install-ci-test
+
+ alias: npm cit
+
+## DESCRIPTION
+
+This command runs an `npm ci` followed immediately by an `npm test`.
+
+## SEE ALSO
+
+- npm-ci(1)
+- npm-test(1)