Skip to content

Commit

Permalink
Merge pull request #108 from dijonkitchen/patch-1
Browse files Browse the repository at this point in the history
docs: use npx
  • Loading branch information
pmadruga authored Dec 3, 2023
2 parents 876920f + 9f1ed27 commit fd886ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This module is automatically detected as a plugin by the standard `react-native`

For complete control (including using command-line arguments to non-interactively fine-tune what state is cleaned):

`./node_modules/.bin/react-native-clean-project`
`npx react-native-clean-project`

Or add it as a script to your `package.json`

Expand Down Expand Up @@ -56,7 +56,7 @@ This is a combination of the commands suggested in the React Native documentatio
| Brew package | `brew update && brew upgrade` | No | Yes | true | --keep-brew |
| Pod packages | `pod update` | No | Yes | true | --keep-pods |

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

## Other Tips

Expand Down

0 comments on commit fd886ce

Please sign in to comment.