Skip to content

Commit 2309c68

Browse files
committed
chore: update CONTRIBUTING.md to use yarn instead of direct detox commands
1 parent 6deb6d2 commit 2309c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ Build the tests using detox-cli in the example folder:
124124

125125
iOS:
126126
```bash
127-
detox build --configuration ios.sim.release
127+
yarn run example detox:build:ios-release
128128
```
129129

130130
Android:
131131
```bash
132-
detox build --configuration android.emu.release
132+
yarn run example detox:build:android-release
133133
```
134134

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

0 commit comments

Comments
 (0)