We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f61d5 commit f0859d8Copy full SHA for f0859d8
DEV_ENVIRONMENT.md
@@ -6,7 +6,7 @@
6
4. Clone your fork to your machine with `git clone`.
7
Recommendation: name your git remotes `upstream` for `angular/components`
8
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.
+5. From the root of the project, run `pnpm i` to install the dependencies.
10
11
12
To build angular/components in release mode, run `pnpm build`. The output can be found under `dist/releases`.
0 commit comments