Skip to content

Commit

Permalink
Merge pull request #51746 from Expensify/andrew-grunt
Browse files Browse the repository at this point in the history
Run an extra `grunt:build:shared` in the build process to fix Android crash

(cherry picked from commit 06595df)

(CP triggered by AndrewGable)
  • Loading branch information
arosiclair authored and OSBotify committed Oct 30, 2024
1 parent 0e8bfbb commit 508cc06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ jobs:
run: |
npm install
cd .. && npm install
# Fixes https://github.com/Expensify/App/issues/51682
npm run grunt:build:shared
- name: Setup Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit 508cc06

Please sign in to comment.