Skip to content

Commit

Permalink
replace build command for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Feb 26, 2024
1 parent 1ee1b3a commit 96b2078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:

- name: Build app
working-directory: ${{ matrix.working-directory }}
run: npx react-native run-ios --no-packager --simulator="iPhone 15 Pro"
run: yarn build:ios

0 comments on commit 96b2078

Please sign in to comment.