Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue#28 ESLint, Build 테스트를 위한 ci script 작성 #29

Merged
merged 5 commits into from
Dec 3, 2024

Conversation

Dobbymin
Copy link
Collaborator

@Dobbymin Dobbymin commented Dec 3, 2024

📝 상세 내용

  1. 코드에서 발생하는 오류를 최대한 해결하기 위한 script 작성
  • ESlint 코드 테스트 진행
  • build 를 진행하여 build시 발생하는 오류 검사
  1. prettier ignore 추가
  • prettier 적용 제외 파일 추가
  1. 패키지 매니저 변경
  • pnpm 에서 npm 으로 변경

#️⃣ 이슈 번호

🔗 참고 자료

📷 스크린샷(선택)

- prettier 규칙 적용 제외 파일 추가
- pnpm-lock.yaml 파일 삭제
- npm 설치 및 package-lock.json 파일 추가
- ESLint 테스트 작성
- build 테스트 작성
@Dobbymin Dobbymin self-assigned this Dec 3, 2024
@ppochaco
Copy link
Member

ppochaco commented Dec 3, 2024

굳 추가적으로 수정할 부분 없는 거 같네용 머지하겠습니다~

@ppochaco ppochaco merged commit 3c4b7a7 into develop Dec 3, 2024
1 check passed
@ppochaco
Copy link
Member

ppochaco commented Dec 3, 2024

다음부턴 이슈에 pr 연결하고 깃허브 프로젝트에는 이슈만 연결해주세욤

@ppochaco ppochaco linked an issue Dec 3, 2024 that may be closed by this pull request
1 task
@Dobbymin Dobbymin deleted the feature/#28-git-action-ci branch December 3, 2024 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

코드 오류 테스트용 ci 구현
2 participants