Skip to content

Commit

Permalink
[BUILD]: change order to install swagger-ui-express
Browse files Browse the repository at this point in the history
  • Loading branch information
jokj624 committed Mar 11, 2024
1 parent 9f45c28 commit 8005a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
- name: Install npm pacakges
run: |
cd functions
npm ci
npm install -g firebase-tools
npm install --save-dev cross-env
npm install --save-dev swagger-ui-express
npm ci
npm install swagger-ui-express
- name: Create swagger output file
run: |
Expand Down

0 comments on commit 8005a41

Please sign in to comment.