From 10df874259c0536a389960f8d2186b067b1436c9 Mon Sep 17 00:00:00 2001 From: gruve-p Date: Sun, 31 Mar 2024 20:27:10 +0200 Subject: [PATCH] Update ci_post_clone.sh --- ios/ci_scripts/ci_post_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/ci_scripts/ci_post_clone.sh b/ios/ci_scripts/ci_post_clone.sh index 370c6eef2d2..48780a0d246 100755 --- a/ios/ci_scripts/ci_post_clone.sh +++ b/ios/ci_scripts/ci_post_clone.sh @@ -15,7 +15,7 @@ brew link node@18 brew install yarn # Install node and pods dependencies. -cd .. && npm install && npx pod deintegrate && npx pod update +cd .. && yarn && npx pod deintegrate && npx pod update echo "🎯 Stage: Post-clone is done .... "