summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/commands/npm-install-ci-test.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/content/commands/npm-install-ci-test.md')
-rw-r--r--deps/npm/docs/content/commands/npm-install-ci-test.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/deps/npm/docs/content/commands/npm-install-ci-test.md b/deps/npm/docs/content/commands/npm-install-ci-test.md
index 5c37ed8f56..5ad6760454 100644
--- a/deps/npm/docs/content/commands/npm-install-ci-test.md
+++ b/deps/npm/docs/content/commands/npm-install-ci-test.md
@@ -6,12 +6,21 @@ description: Install a project with a clean slate and run tests
### Synopsis
+<!-- AUTOGENERATED USAGE DESCRIPTIONS START -->
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/commands/install-ci-test.js -->
+
```bash
npm install-ci-test
-alias: npm cit
+alias: cit
```
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/commands/install-ci-test.js -->
+
+<!-- AUTOGENERATED USAGE DESCRIPTIONS END -->
+
### Description
This command runs `npm ci` followed immediately by `npm test`.