Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcoyle committed Feb 11, 2019
1 parent 280bb25 commit 24de13a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ This is a combination of the commands suggested in the React Native documentatio
3. `watchman watch-del-all`
4. `rm -rf $TMPDIR/react-*`
5. `rm -rf $TMPDIR/metro-*`
6. `brew update`
7. `brew upgrade`
6. `brew update` (optional)
7. `brew upgrade` (optional)
8. `rm -rf node_modules` (optional)
9. `yarn cache clean`
10. `yarn install`
Expand All @@ -43,6 +43,7 @@ Command line arguments available for CI's:
* `--remove-iOS-build`
* `--remove-android-build`
* `--keep-node-modules`
* `--keep-brew`

Example: `./node_modules/.bin/react-native-clean-project --remove-iOS-build`

Expand Down

0 comments on commit 24de13a

Please sign in to comment.