Skip to content

Commit

Permalink
chore: yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed May 25, 2024
1 parent cfb895d commit 4bf812e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12,847 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
eas-version: latest

- name: Install dependencies
run: npm install
run: yarn install

- name: Build app for Android
run: eas build --output ./android.aab --platform android ${{ env.EAS_BUILD_ARGS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
eas-version: latest

- name: Install dependencies
run: npm install
run: yarn install

- name: Build app for IOS
run: eas build --output ./app.ipa --platform ios ${{ env.EAS_BUILD_ARGS }}
Expand Down
Loading

0 comments on commit 4bf812e

Please sign in to comment.