Skip to content

Commit

Permalink
fix link (#12188)
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen authored Oct 30, 2020
1 parent 319e321 commit 80ee292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Rush provides many benefits:
- When a change is made in a local dependency, Rush will detect that the dependency is dirty and will rebuild it if you attempt to build a project that consumes that dependency.
- Rush runs project tasks in parallel, subject to the inter-project dependencies that it detects. It also performs incremental builds by default, not rebuilding anything unnecessary (unless you tell it to).

Not every library in the repository is managed by Rush yet, only those listed in the `projects` property in [rush.json](./rush.json). Packages not managed by Rush can still be managed using `npm`.
Not every library in the repository is managed by Rush yet, only those listed in the `projects` property in [rush.json](https://github.com/Azure/azure-sdk-for-js/blob/master/rush.json). Packages not managed by Rush can still be managed using `npm`.

## Setting up your environment

Expand Down

0 comments on commit 80ee292

Please sign in to comment.