Skip to content

Commit

Permalink
테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh1215 committed Nov 1, 2024
1 parent 8fde35b commit cd5bf1f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ jobs:
working-directory: react-app
run: npm run lint # ESLint를 실행하는 스크립트를 `package.json`에 설정

# 7. 타입 체크
- name: Run TypeScript check
working-directory: react-app
run: npm run type-check # 타입 체크를 위한 스크립트, `package.json`에 설정 필요

# 8. 빌드 실행
# 7. 빌드 실행
- name: Build project
working-directory: react-app
run: npm run build

0 comments on commit cd5bf1f

Please sign in to comment.