Skip to content

Commit 652e69d

Browse files
committed
Fix CI script
1 parent c71fd12 commit 652e69d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios-build-paper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: PAPER_ENABLED=1 yarn install --immutable
3333
- name: Build app
3434
working-directory: ${{ env.WORKING_DIRECTORY }}
35-
run: yarn ios
35+
run: npx react-native run-ios

0 commit comments

Comments
 (0)