Skip to content

Commit 4b9faf2

Browse files
committed
Pass --mode when building from CLI
1 parent e1b3cea commit 4b9faf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- run: pod install --project-directory=macos
152152
working-directory: apps/macos-test-app
153153
- name: Build MacOS test app
154-
run: npx react-native build-macos
154+
run: npx react-native build-macos --mode Release
155155
working-directory: apps/macos-test-app
156156
# TODO: Run the app eventually
157157
test-android:

0 commit comments

Comments
 (0)