Skip to content

Commit

Permalink
Update frontend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-mallang authored Jul 20, 2023
1 parent 44e6a46 commit 49e3251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ jobs:
- name: 🍔 eslint 테스트
run: yarn lint
working-directory: ${{ env.working-directory }}

- name: 🍔 React 프로젝트 빌드
run: yarn build
working-directory: ${{ env.working-directory }}

0 comments on commit 49e3251

Please sign in to comment.