Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md to use yarn instead of direct detox com…
Browse files Browse the repository at this point in the history
…mands
  • Loading branch information
jokerttu committed Dec 17, 2024
1 parent 6deb6d2 commit 2309c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ Build the tests using detox-cli in the example folder:

iOS:
```bash
detox build --configuration ios.sim.release
yarn run example detox:build:ios-release
```

Android:
```bash
detox build --configuration android.emu.release
yarn run example detox:build:android-release
```

Google Maps React Native Navigation SDK integration tests can be run with the following command:
Expand Down

0 comments on commit 2309c68

Please sign in to comment.