Skip to content

[COMMON]: 루트 테스트 스크립트 alias 정리 및 Prettier 포맷팅 재정리 - #180

Merged
geunu97 merged 2 commits into
stagingfrom
chore/root-test-scripts-and-format-cleanup
Sep 5, 2026
Merged

[COMMON]: 루트 테스트 스크립트 alias 정리 및 Prettier 포맷팅 재정리#180
geunu97 merged 2 commits into
stagingfrom
chore/root-test-scripts-and-format-cleanup

Conversation

@geunu97

@geunu97 geunu97 commented Sep 5, 2026

Copy link
Copy Markdown
Member

📋 요약

루트 package.json에 backend/web-user의 테스트 관련 스크립트 alias를 추가하고, 여러 파일에 걸쳐 어긋나 있던 Prettier 포맷팅을 재정리합니다.

✨ 주요 변경사항

  • [COMMON] 루트 package.json에 backend:test:unit/test:integration/test:e2e, web-user:test:unit/test:storybook/test:e2e alias 추가 — 이름이 가리키는 범위가 앱마다 다르게 읽히던 것(backend의 test가 사실상 unit만 도는 것 등)을 통일
  • [COMMON] .claude/commands, .claude/skills 여러 문서의 마크다운 테이블·줄바꿈 정렬 정리
  • [COMMON] .mcp.json 배열 포맷 정리
  • [BE] api-key-management.controller.ts, admin-api-key.dto.ts 줄바꿈 포맷 정리
  • [WEB-ADMIN] terms-of-service-sample.html, List.tsx 포맷 정리
  • [WEB-USER] android/page.tsx, OrderDetailView.tsx 포맷 정리
  • [COMMON] docs/location-filter-spec.md 테이블 정렬 정리

포맷팅 변경분은 전부 로직 변경 없이 Prettier --write 결과만 재정리한 것입니다.

🧪 테스트 계획

  • yarn workspace @picake/backend exec tsc --noEmit 통과 확인
  • yarn workspace @picake/web-user exec tsc --noEmit 통과 확인
  • 루트에서 새로 추가된 yarn backend:test:unit, yarn web-user:test:unit 등 alias 실행 확인
  • yarn common:format:check로 전체 포맷 정상 확인

📎 참고 사항

커밋을 2개로 나눠서, alias 추가(package.json)와 포맷팅 정리(나머지 17개 파일)를 구분했습니다. 포맷팅 정리 대상 파일들은 이번 대화 이전부터 작업 트리에 있던 변경사항입니다.


🤖 Generated with Claude Code

https://claude.ai/code/session_018bg1HgYcREmSgJruAGix9T

geunu97 and others added 2 commits September 5, 2026 13:55
backend/web-user 각각 workspace 커맨드로만 실행 가능했던 test 관련
스크립트(단위/통합/e2e)를 루트에서 바로 실행할 수 있도록 alias를
추가하고, 이름이 가리키는 범위가 서로 다르게 읽히던 부분(backend의
test가 사실상 unit만 도는 것 등)을 test:unit/test:integration/
test:e2e/test:storybook으로 명확히 정리했다.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018bg1HgYcREmSgJruAGix9T
여러 스킬 문서(.md 테이블), 커맨드 문서, .mcp.json, backend
컨트롤러/DTO, web-admin, web-user 컴포넌트에 걸쳐 줄바꿈 폭·테이블
정렬이 현재 Prettier 설정과 어긋나 있던 부분을 --write로 재정리했다.
로직 변경은 없다.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018bg1HgYcREmSgJruAGix9T
@geunu97
geunu97 merged commit 2f8c90f into staging Sep 5, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant