From 2309c6859d444208e986856b760d2412bbd36c85 Mon Sep 17 00:00:00 2001 From: Joonas Kerttula Date: Tue, 17 Dec 2024 16:19:13 +0200 Subject: [PATCH] chore: update CONTRIBUTING.md to use yarn instead of direct detox commands --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9228d4c..9a382f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: