Skip to content

Commit

Permalink
Update eas-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnie4k authored Apr 12, 2024
1 parent 0d4a7b8 commit e4146fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: Install dependencies
run: npm ci
run: yarn install --immutable --immutable-cache --check-cache
- name: Build on EAS
run: eas build --platform ios --non-interactive --no-wait --profile production --auto-submit

0 comments on commit e4146fb

Please sign in to comment.