diff --git a/docs/cli/install.md b/docs/cli/install.md index fc3e7a4a99c0..5a8c3c2acbd2 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -64,6 +64,13 @@ were already installed, regardless of the `NODE_ENV`. `optionalDependencies` are not installed. +### --no-lockfile + +* Default: **false** +* Type: **Boolean** + +If `true`, pnpm doesn't read or generate a `pnpm-lock.yaml` file. + ### --lockfile-only * Default: **false**