Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Init/4 ] 스토리북 초기 환경 구축 #7

Merged
merged 8 commits into from
Jun 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: pnpm install
- name: Build storybook
run: |
pnpm run build-storybook
mv ./storybook-static ./build/storybook
Copy link
Collaborator

Choose a reason for hiding this comment

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

mv 명령어가 안먹히는 이유가 있었나요?!! (궁금)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

아 저 폴더가 없어서용 !! 저 부분은 스토리북을 클라우드 서비스에 배포할 때 쓰는 것 같습니당
참고: https://storybook.js.org/docs/sharing/publish-storybook

Copy link
Collaborator

Choose a reason for hiding this comment

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

@soomin9106 아하! 확인했습니다!

run: pnpm run build-storybook
- name: Run Jest Test
run: pnpm test
Loading