From c0519edc16f66370b2153430342247b4ec5cb496 Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Wed, 2 Feb 2022 22:42:20 -0500 Subject: 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 --- docs/content/using-npm/config.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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`. + -- cgit v1.2.3