[Fix] 프론트 배포 RUN BUILD 오류 수정 #328
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
📝작업 내용
npm잘못 사용한 거 yarn으로 수정하였습니다.
npm 써도 빌드 되어야 하긴 하는데 뭐가 문제인지 보니까
1. jwt-decode가 추가되었는데 node 16버전에서 안됨. 18버전 사용해야함
2. import 파일경로 대소문자 문제
였습니다.
원인은 모르겠는데 몇몇 import 경로가 대소문자가 바뀌어있더라구요.
스크린샷 (선택)
💬리뷰 요구사항(선택)
도커파일이랑 파일 대소문자 수정하였고, 로컬에서 정상 배포 되는 거 확인하였습니다.
도커 허브에 이미지 푸시는 안했습니다(kpring 도커 이메일 공유한 게 슬랙에 있는데 90일 지나서 안보이는 이슈...)
수동 배포 필요하시면은 푸쉬하겠습니다.
혹시 변경되고 프론트 실행이나 배포에 문제 있으면 말씀해주세요