Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon authored and jeffmendoza committed Jul 13, 2022
1 parent 870f53c commit 5d7a702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion review/npm.md
Expand Up @@ -327,7 +327,8 @@ unpinned dependencies and update the lockfiles:
for rapidly and consistently updating all the dependencies. Your users will not be able
to update or deduplicate them. If you expect your CLI to be used by other projects and defined
in their `package.json` or lockfile, do **not** use `npm-shrinkwrap.json` because it will
hinder dependency resolution for your consumers.
hinder dependency resolution for your consumers: follow the recommendations as if your project
was a library.

1. In CI, only run npm commands that treat the lockfile as
read-only (see [Lockfiles and commands](#lockfiles-and-commands)).
Expand Down

0 comments on commit 5d7a702

Please sign in to comment.