Skip to content

Commit

Permalink
chore: add watch info to contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored Sep 8, 2019
1 parent cc7dd1e commit 5ed671f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ All work on React Native CLI happens directly on GitHub. Contributors send pull
> **Working on your first pull request?** You can learn how from this *free* series: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github).
1. Fork the repo and create your branch from `master` (a guide on [how to fork a repository](https://help.github.com/articles/fork-a-repo/)).
2. Run `yarn` or `npm install` to install all required dependencies.
3. Now you are ready to do the changes.
1. Run `yarn` or `npm install` to install all required dependencies.
1. Run `yarn watch` to automatically build the changed files.
1. Now you are ready to do the changes.

## Repository

Expand Down

0 comments on commit 5ed671f

Please sign in to comment.