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

타입체크를 자동화 한다. #865

Open
hwangstar156 opened this issue Oct 23, 2022 · 0 comments · May be fixed by #866
Open

타입체크를 자동화 한다. #865

hwangstar156 opened this issue Oct 23, 2022 · 0 comments · May be fixed by #866
Assignees
Labels
💫 feat 기능 구현 이슈 🌈 frontend 프론트엔드 이슈

Comments

@hwangstar156
Copy link
Collaborator

기능 명세

현재 ts-loader가 jenkins에서 이상한 타입에러를 잡아내는 에러가 있어서 개발환경에서 babel-loader로 변경을 하였다.

하지만 babel-loader는 타입체킹을 하지 않기때문에 tsc를 통해서 타입을 체크해야한다. 하지만 개발을 마칠때마다 수동으로 tsc를 돌려 체크를 하는것은 비효율적이라고 생각되어 tsc를 github action에 추가한다.

예상 시간

1D

@hwangstar156 hwangstar156 added 🌈 frontend 프론트엔드 이슈 💫 feat 기능 구현 이슈 labels Oct 23, 2022
@hwangstar156 hwangstar156 self-assigned this Oct 23, 2022
@hwangstar156 hwangstar156 linked a pull request Oct 23, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💫 feat 기능 구현 이슈 🌈 frontend 프론트엔드 이슈
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant