Update build scripts and change notice date format

- Add build-dev target for development environment
- Fix zip output paths to use relative paths in build directory
- Change home notice date format from 'YY년 MM월 DD일' to 'YYYY.MM.DD'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-11-04 10:01:46 +09:00
parent 6d13b5099b
commit e4e2bd293c
2 changed files with 11 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ export const HomeNoticeItem = ({
>
<div className="notice-content">
<div className="notice-title">{ noticeItem.title }</div>
<div className="notice-meta">{ t(`support.notice.categories.${noticeItem.informCl}`) }<span>{ noticeItem.regDt? moment(noticeItem.regDt).format('YY년 MM월 DD'): '' }</span></div>
<div className="notice-meta">{ t(`support.notice.categories.${noticeItem.informCl}`) }<span>{ noticeItem.regDt? moment(noticeItem.regDt).format('YYYY.MM.DD'): '' }</span></div>
</div>
<div className="notice-arrow">
<img