Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 2, 2024
1 parent 2970c2e commit ce294d7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions native_gg/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
# Created by NigelBreslaw on 2.1.2024.
#

echo "============> Installing NVM <============"
brew install nvm

echo "============> Installing Node <============"
brew install node
nvm install 20.10.0

echo "=========> Installing cocoapods"
brew install cocoapods
Expand All @@ -18,5 +21,8 @@ npm install -g pnpm
echo "=====> Moving to build directory"
cd native_gg

echo "===> Install pods"
echo "=> Install npm dependencies"
pnpm i --frozen-lockfile

echo "=> Install pods"
pnpm run pod-install

0 comments on commit ce294d7

Please sign in to comment.