Skip to content

Commit aaae8fb

Browse files
authored
깃허브 워크플로우 커스텀 명령어 사용
1 parent 904bbaa commit aaae8fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
3535
- name: Generate Tsoa Routes
3636
run: |
37-
yarn tsoa routes -c ./config/tsoa.json
37+
yarn tsoa-routes
3838
3939
- name: Generate Swagger document
4040
run: |
41-
yarn tsx ./swagger/swagger.js
42-
yarn tsoa spec -c ./config/tsoa.json
41+
yarn swagger
42+
yarn tsoa-swagger
4343
4444
- name: Run build
4545
run: |

0 commit comments

Comments
 (0)