You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEV_ENVIRONMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
4. Clone your fork to your machine with `git clone`.
7
7
Recommendation: name your git remotes `upstream` for `angular/components`
8
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.
9
+
5. From the root of the project, run `pnpm i` to install the dependencies.
10
10
11
11
12
12
To build angular/components in release mode, run `pnpm build`. The output can be found under `dist/releases`.
0 commit comments