Skip to content

Conversation

@leeleeleeleejun
Copy link
Member

#️⃣연관된 이슈

📝작업 내용

  • Storybook 초기 구성 및 chromatic 배포 설정 6cb9f7f
  • pre-commit에서 lint-staged 대신 pnpm lint 사용하도록 변경하고 관련 설정 제거 c88bde4

스크린샷 (선택)

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@leeleeleeleejun leeleeleeleejun requested a review from Copilot August 3, 2025 12:10
@leeleeleeleejun leeleeleeleejun self-assigned this Aug 3, 2025
@leeleeleeleejun leeleeleeleejun added the ⚙️ Chore 환경 셋팅 label Aug 3, 2025
@leeleeleeleejun leeleeleeleejun linked an issue Aug 3, 2025 that may be closed by this pull request
1 task
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR sets up Storybook for component development and configures Chromatic deployment for visual testing, while also simplifying the pre-commit process by replacing lint-staged with direct pnpm lint execution.

  • Sets up Storybook with default components (Button, Header, Page) and configuration
  • Configures Chromatic deployment workflow for automated visual testing on pull requests
  • Simplifies pre-commit hooks by removing lint-staged dependency and using pnpm lint directly

Reviewed Changes

Copilot reviewed 21 out of 44 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
package.json Removes lint-staged configuration and dependency
lint-staged.config.js Completely removes lint-staged configuration file
lefthook.yml Updates pre-commit to use pnpm lint instead of lint-staged
apps/storybook/* Adds complete Storybook setup with stories, configuration, and build scripts
.github/workflows/deploy-chromatic.yml Configures automated Chromatic deployment for visual testing
Comments suppressed due to low confidence (1)

@github-actions
Copy link

github-actions bot commented Aug 3, 2025

@github-actions
Copy link

github-actions bot commented Aug 4, 2025

@leeleeleeleejun leeleeleeleejun marked this pull request as ready for review August 4, 2025 02:53
@leeleeleeleejun leeleeleeleejun merged commit 5073c95 into develop Aug 4, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚙️ Chore 환경 셋팅

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Chore] storybook 설정

2 participants