Skip to content

Commit 4d21034

Browse files
committed
chore: verbose
1 parent 1340d4d commit 4d21034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ jobs:
150150
151151
- name: Build example for iOS
152152
run: |
153-
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}" -- --verbose
153+
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ios": "react-native run-ios",
88
"start": "react-native start",
99
"build:android": "react-native build-android --extra-params \"--no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a\"",
10-
"build:ios": "react-native build-ios --mode Debug"
10+
"build:ios": "react-native build-ios --mode Debug --verbose"
1111
},
1212
"dependencies": {
1313
"react": "19.1.0",

0 commit comments

Comments
 (0)