Skip to content

Commit

Permalink
[skip ci] try to speed up build workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyans Jain <[email protected]>
  • Loading branch information
CodeWithShreyans committed Oct 22, 2024
1 parent 5ad64fd commit 56a647e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
eas-version: latest
packager: bun
token: ${{ secrets.EXPO_TOKEN }}
patch-watchers: false

- name: 📦 Install dependencies
run: bun install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
eas-version: latest
packager: bun
token: ${{ secrets.EXPO_TOKEN }}
patch-watchers: false

- name: 📦 Install dependencies
run: bun install
Expand Down

0 comments on commit 56a647e

Please sign in to comment.