Skip to content

Commit

Permalink
fix: 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
brgndyy committed Aug 6, 2024
1 parent 176e8a1 commit 85cd988
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ jobs:
- name: Install dependencies
run: npm ci
working-directory: front

- name: Build Storybook
run: npm run build-storybook
working-directory: front

- name: Run Chromatic
uses: chromaui/action@latest
with:
workingDir: front
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 comments on commit 85cd988

Please sign in to comment.