Skip to content

Commit

Permalink
Add note about yarn.lock in CONTRIBUTING.md (#2135)
Browse files Browse the repository at this point in the history
* Add note about yarn.lock in CONTRIBUTING.md

* Update CONTRIBUTING.md
  • Loading branch information
viankakrisna authored and gaearon committed May 12, 2017
1 parent 80a7fc3 commit 68fcba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ cd my-app

and then run `npm start` or `npm run build`.

*Note: if you are using yarn, we suggest that you use `yarn install --no-lockfile` instead of the bare `yarn` or `yarn install` because we [intentionally](https://github.com/facebookincubator/create-react-app/pull/2014#issuecomment-300811661) do not ignore or add yarn.lock to our repo.*

## Cutting a Release

1. Tag all merged pull requests that go into the release with the relevant milestone. Each merged PR should also be labeled with one of the [labels](https://github.com/facebookincubator/create-react-app/labels) named `tag: ...` to indicate what kind of change it is.
Expand Down

0 comments on commit 68fcba4

Please sign in to comment.