From a89c9d15be45a6afeab3614831cc64b8cf7fe3dc Mon Sep 17 00:00:00 2001 From: Jules Rosser Date: Thu, 12 Dec 2024 12:56:35 +0000 Subject: [PATCH] fix android yapl step for Android build --- .github/workflows/deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8f12229707ff..bb1a7cffa577 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -183,6 +183,14 @@ jobs: id: setup-node uses: ./.github/actions/composite/setupNode + - name: Install node modules + 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 with: