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
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-07-28 00:05:34 +0300
committerGitHub <noreply@github.com>2022-07-28 00:05:34 +0300
commitde40c31d1fe7521ffbc4e22fd233b18eca149afe (patch)
tree0df4040d9a3ee52111880bf6e8dda30993314142 /smoke-tests
parent0e3660eb39bd12a25517d745701bf841811b4623 (diff)
docs: sync ci params with install (#5207)
Diffstat (limited to 'smoke-tests')
-rw-r--r--smoke-tests/tap-snapshots/test/index.js.test.cjs9
1 files changed, 7 insertions, 2 deletions
diff --git a/smoke-tests/tap-snapshots/test/index.js.test.cjs b/smoke-tests/tap-snapshots/test/index.js.test.cjs
index 6a803160a..cca28b348 100644
--- a/smoke-tests/tap-snapshots/test/index.js.test.cjs
+++ b/smoke-tests/tap-snapshots/test/index.js.test.cjs
@@ -55,8 +55,13 @@ npm ERR! Usage:
npm ERR! npm ci
npm ERR!
npm ERR! Options:
-npm ERR! [--no-audit] [--foreground-scripts] [--ignore-scripts]
-npm ERR! [--script-shell <script-shell>]
+npm ERR! [-S|--save|--no-save|--save-prod|--save-dev|--save-optional|--save-peer|--save-bundle]
+npm ERR! [-E|--save-exact] [-g|--global] [--global-style] [--legacy-bundling]
+npm ERR! [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
+npm ERR! [--strict-peer-deps] [--no-package-lock] [--foreground-scripts]
+npm ERR! [--ignore-scripts] [--no-audit] [--no-bin-links] [--no-fund] [--dry-run]
+npm ERR! [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
+npm ERR! [-ws|--workspaces] [--include-workspace-root] [--install-links]
npm ERR!
npm ERR! aliases: clean-install, ic, install-clean, isntall-clean
npm ERR!