summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/commands/npm-ci.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/content/commands/npm-ci.md')
-rw-r--r--deps/npm/docs/content/commands/npm-ci.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/deps/npm/docs/content/commands/npm-ci.md b/deps/npm/docs/content/commands/npm-ci.md
index 1ce50c66d5..4490fea9a0 100644
--- a/deps/npm/docs/content/commands/npm-ci.md
+++ b/deps/npm/docs/content/commands/npm-ci.md
@@ -6,10 +6,21 @@ description: Install a project with a clean slate
### Synopsis
+<!-- AUTOGENERATED USAGE DESCRIPTIONS START -->
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/commands/ci.js -->
+
```bash
npm ci
+
+aliases: clean-install, ic, install-clean, isntall-clean
```
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/commands/ci.js -->
+
+<!-- AUTOGENERATED USAGE DESCRIPTIONS END -->
+
### Description
This command is similar to [`npm install`](/commands/npm-install), except