Skip to content

Commit

Permalink
chore: speed up webui builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed May 1, 2024
1 parent 653983d commit 55fe16c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ jobs:
- name: 👷 Build webui
run: bun run build
working-directory: webui
env:
EXPO_USE_FAST_RESOLVER: true # Use the faster Metro resolver in SDK 51
EXPO_OFFLINE: true # Do not check for authenticated user, and/or start a development session

0 comments on commit 55fe16c

Please sign in to comment.