Skip to content

Commit

Permalink
fix: add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat42 committed Oct 21, 2024
1 parent d5de6ab commit 789e33e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down

0 comments on commit 789e33e

Please sign in to comment.