Skip to content

Commit 68fcba4

Browse files
viankakrisnagaearon
authored andcommitted
Add note about yarn.lock in CONTRIBUTING.md (facebook#2135)
* Add note about yarn.lock in CONTRIBUTING.md * Update CONTRIBUTING.md
1 parent 80a7fc3 commit 68fcba4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ cd my-app
8888

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

91+
*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.*
92+
9193
## Cutting a Release
9294

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

0 commit comments

Comments
 (0)