Add note about yarn.lock in CONTRIBUTING.md (#2135)

* Add note about yarn.lock in CONTRIBUTING.md

* Update CONTRIBUTING.md
This commit is contained in:
Ade Viankakrisna Fadlil
2017-05-12 22:53:36 +07:00
committed by Dan Abramov
parent 80a7fc391d
commit 68fcba4556

View File

@@ -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.