Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:

- name: Expo Prebuild
working-directory: apps/example
run: bunx expo prebuild --platform ios --non-interactive
run: bunx expo prebuild --platform ios

- name: Build iOS project
working-directory: apps/example/ios
Expand Down
2 changes: 1 addition & 1 deletion apps/example/scripts/run-healthkit-contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ rm -f "$METRO_LOG"
if ! curl -fsS --max-time 2 "http://127.0.0.1:8081/status" >/dev/null 2>&1; then
(
cd "$APP_DIR"
bun start --clear --non-interactive >"$METRO_LOG" 2>&1
CI=1 bun start --clear >"$METRO_LOG" 2>&1
) &
METRO_PID="$!"

Expand Down
Loading