Skip to content

Commit

Permalink
Update ci_post_clone.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Mar 31, 2024
1 parent 4004a3f commit 10df874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .... "

Expand Down

0 comments on commit 10df874

Please sign in to comment.