Skip to content

Commit

Permalink
[Chore] chromatic Github Action 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hoqn committed Oct 12, 2023
1 parent dc215d3 commit 59a2a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- 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
run: yarn install --immutable
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
Expand Down

0 comments on commit 59a2a96

Please sign in to comment.