fix: cache problem of deployment in vercel (#1012) #1035
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.
안녕하세요😊
지난번에 올린 #1012 PR에서 발생한 문제점을 해결하였습니다. vercel의 빌드 과정에서 기존의 캐시가 계속 사용되는 탓에 production 환경에서 수정 내역이 제대로 반영되지 않았는데, 이를 기존의 캐시를 삭제하고 다시 빌드하는 방식으로 변경하여 정상 작동하도록 수정하였습니다.
해당 내용은 vercel 공식문서의 build-command 파트를 참고하였습니다.
이제 #1012 PR에서 적용한 내용이 정상 반영됩니다!