From 821e755b5352c571ed117bd6133f7cc2563a9f84 Mon Sep 17 00:00:00 2001 From: kevintyj Date: Sun, 3 Dec 2023 01:15:27 +0530 Subject: [PATCH] ci: Add build step to firebase workflow --- .github/workflows/firebase-hosting-merge.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 88ca883..fb2a1f8 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -1,7 +1,7 @@ # This file was auto-generated by the Firebase CLI # https://github.com/firebase/firebase-tools -name: Deploy to Firebase Hosting on merge +name: 🚀 Deploy to Firebase Hosting on merge on: push: branches: @@ -34,6 +34,9 @@ jobs: pnpm --version pnpm commitlint --version + - name: 👷Build the app + run: pnpm build + - name: 🚀 Firebase deployment on merge! uses: FirebaseExtended/action-hosting-deploy@v0 with: