Skip to content

Commit

Permalink
fix: chromatic.yml run 명령어 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dmswn1004 committed May 16, 2024
1 parent 1993127 commit 418500a
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 @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: yarn
- run: npm install
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Expand Down

0 comments on commit 418500a

Please sign in to comment.