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/docs
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2022-02-03 06:42:20 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2022-02-03 22:25:08 +0300
commitc0519edc16f66370b2153430342247b4ec5cb496 (patch)
treec95d4da19e7ba07ea20e06ab31b52ec29fa9a27e /docs
parent457e0ae61bbc55846f5af44afa4066921923490f (diff)
fix(ci): should not use package-lock config
`npm ci` should never be affected by the `package-lock` config. Fixes: https://github.com/npm/cli/issues/4185
Diffstat (limited to 'docs')
-rw-r--r--docs/content/using-npm/config.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/using-npm/config.md b/docs/content/using-npm/config.md
index 83a385e08..0af538fed 100644
--- a/docs/content/using-npm/config.md
+++ b/docs/content/using-npm/config.md
@@ -1190,6 +1190,8 @@ When package package-locks are disabled, automatic pruning of extraneous
modules will also be disabled. To remove extraneous modules with
package-locks disabled use `npm prune`.
+This configuration does not affect `npm ci`.
+
<!-- automatically generated, do not edit manually -->
<!-- see lib/utils/config/definitions.js -->