Skip to content

Commit

Permalink
fix: build 명령어도 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
myoungjinGo-FE committed Nov 17, 2024
1 parent 50300d1 commit a344300
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/type_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ jobs:

- name: Run TypeScript check # 타입스크립트 체크
run: yarn tsc --noEmit

- name: Build the project # 프로젝트 빌드
run: yarn build

0 comments on commit a344300

Please sign in to comment.