Skip to content

Commit

Permalink
hotfix(workflows): swagger generate step 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jokj624 committed Jul 27, 2024
1 parent ebd7063 commit d7bdda1
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 d7bdda1

Please sign in to comment.