mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs(devtools): fix pnpm install command (#62956)
`--immutable` only works for `yarn`, `pnpm` needs `--frozen-lockfile`. PR Close #62956
This commit is contained in:
committed by
Kristiyan Kostadinov
parent
3e6e1c1f44
commit
9db1179e21
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user