Skip to content

Commit

Permalink
Merge branch 'hotfix/20240727-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jokj624 committed Jul 27, 2024
2 parents ebd7063 + d7bdda1 commit becfd97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
npm install -g firebase-tools
npm install --save-dev cross-env
- name: Create swagger output file
run: |
cd functions
npm run swagger
- name: Deploy to Firebase
run: |
cd functions
Expand Down

0 comments on commit becfd97

Please sign in to comment.