Skip to content

Commit

Permalink
chore: build 스탭 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Nov 26, 2024
1 parent 285e308 commit db88065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Install dependencies
# 👇 Install dependencies with the same package manager used in the project (replace it as needed) e.g. yarn, npm, pnpm
run: yarn
# 👇 Adds Chromatic as a step in the workflow
- name: Build
run: yarn build
- name: Publish to Chromatic
uses: chromaui/action@v1
# Chromatic GitHub Action options
Expand Down

0 comments on commit db88065

Please sign in to comment.