Skip to content

Commit 75d7e57

Browse files
authored
Update README.md
1 parent d272fea commit 75d7e57

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ $ npx commitHelper
113113

114114
### 🛠️ 개발 & 품질 보증
115115

116+
- 빌드 환경
117+
- `TypeScript` 기반으로 개발되었으며, `npm run build1`를 통해 `dist/` 디렉토리에 JavaScript로 트랜스파일됩니다.
118+
- CLI 실행을 위한 `bin`설정이 되어 있으며, 실제 배포 시 실행 파일이 `dist/bin/cli.js`로 출력됩니다.
119+
116120
- Lint & Format
117121
```bash
118122
npm run lint # ESLint 검사

0 commit comments

Comments
 (0)