Skip to content

Commit f0859d8

Browse files
authored
docs: correct pnpm install command (#31896)
Updated docs to use `pnpm i` instead of `pnpm`, since `pnpm` alone does not install dependencies.
1 parent b0f61d5 commit f0859d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEV_ENVIRONMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
4. Clone your fork to your machine with `git clone`.
77
Recommendation: name your git remotes `upstream` for `angular/components`
88
and `<your-username>` for your fork. Also see the [team git shortcuts](https://github.com/angular/components/wiki/Team-git----bash-shortcuts).
9-
5. From the root of the project, run `pnpm` to install the dependencies.
9+
5. From the root of the project, run `pnpm i` to install the dependencies.
1010

1111

1212
To build angular/components in release mode, run `pnpm build`. The output can be found under `dist/releases`.

0 commit comments

Comments
 (0)