Skip to content

Commit c8c1699

Browse files
jesselpalmerjelbourn
authored andcommitted
docs(dev_environment): remove unneeded step (#876)
1 parent c8303b4 commit c8c1699

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.
77
Recommendation: name your git remotes `upstream` for `angular/material2`
88
and `<your-username>` for your fork. Also see the [team git shortcuts](https://github.com/angular/material2/wiki/Team-git----bash-shortcuts).
9-
5. From the root of the project, run `npm install`, then run `npm run typings` to install typescript definitions.
9+
5. From the root of the project, run `npm install`.
1010

1111
To build the project, run `ng build`.
1212
To watch for changes and automatically rebuild, run `ng build --watch`

0 commit comments

Comments
 (0)