From 72f0bc523baf9c250adb893bd07cd00246c9dd01 Mon Sep 17 00:00:00 2001 From: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> Date: Sun, 12 Oct 2025 15:43:57 +0900 Subject: [PATCH] docs: add `--no-frozen-lockfile` option to pnpm install command --- docs/cli/install.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/cli/install.md b/docs/cli/install.md index bd149861a8f8..e18810e89900 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -118,6 +118,13 @@ exports.isCI = !!( [CI environments]: https://github.com/watson/ci-info#supported-ci-tools +### --no-frozen-lockfile + +* Default: **false** +* Type: **Boolean** + +Allows lockfile updates during installation. This is the inverse of `--frozen-lockfile`. + ### --merge-git-branch-lockfiles Merge all git branch lockfiles.