From 789e33e396cd67acc37021894a751c457a6a23d6 Mon Sep 17 00:00:00 2001 From: Akshat42 Date: Tue, 22 Oct 2024 00:11:59 +0530 Subject: [PATCH] fix: add build command --- .github/workflows/firebase-hosting-merge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 5f2494a..188a5b3 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -25,6 +25,8 @@ jobs: cache: 'pnpm' - name: Install dependencies run: pnpm install + - name: Build + run: pnpm build - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}'