[COMMON]: 루트 테스트 스크립트 alias 정리 및 Prettier 포맷팅 재정리 - #180
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📋 요약
루트 package.json에 backend/web-user의 테스트 관련 스크립트 alias를 추가하고, 여러 파일에 걸쳐 어긋나 있던 Prettier 포맷팅을 재정리합니다.
✨ 주요 변경사항
backend:test:unit/test:integration/test:e2e,web-user:test:unit/test:storybook/test:e2ealias 추가 — 이름이 가리키는 범위가 앱마다 다르게 읽히던 것(backend의test가 사실상 unit만 도는 것 등)을 통일.claude/commands,.claude/skills여러 문서의 마크다운 테이블·줄바꿈 정렬 정리.mcp.json배열 포맷 정리api-key-management.controller.ts,admin-api-key.dto.ts줄바꿈 포맷 정리terms-of-service-sample.html,List.tsx포맷 정리android/page.tsx,OrderDetailView.tsx포맷 정리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