Skip to content

Commit

Permalink
docs(dev_environment): remove unneeded step (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesselpalmer authored and jelbourn committed Jul 19, 2016
1 parent c8303b4 commit c8c1699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEV_ENVIRONMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
4. Clone your fork.
Recommendation: name your git remotes `upstream` for `angular/material2`
and `<your-username>` for your fork. Also see the [team git shortcuts](https://github.com/angular/material2/wiki/Team-git----bash-shortcuts).
5. From the root of the project, run `npm install`, then run `npm run typings` to install typescript definitions.
5. From the root of the project, run `npm install`.

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

0 comments on commit c8c1699

Please sign in to comment.