Skip to content

Commit

Permalink
chore: pnpm package로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero-1016 committed Apr 27, 2024
1 parent 26ea6bb commit be080dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
with:
fetch-depth: 0

- name: Install package manager
run: npm i -D pnpm

- name: Install dependencies
run: npm install
run: pnpm build

- name: Run Chromatic
uses: chromaui/action@latest
Expand Down

0 comments on commit be080dc

Please sign in to comment.