docs(devtools): fix pnpm install command (#62956)

`--immutable` only works for `yarn`, `pnpm` needs `--frozen-lockfile`.

PR Close #62956
This commit is contained in:
Doug Parker
2025-08-01 08:53:26 -07:00
committed by Kristiyan Kostadinov
parent 3e6e1c1f44
commit 9db1179e21
+1 -1
View File
@@ -54,7 +54,7 @@ git fetch upstream main
git checkout "${MERGED_RELEASE_COMMIT}"
nvm install
pnpm --immutable
pnpm install --frozen-lockfile
```
Note that while the steps below can technically be done without merging the release PR