Skip to content

Commit

Permalink
fix: 웹 접근성 자동화 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 13, 2024
1 parent cc8966f commit 9e1ac56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/a11y-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
run: pnpm install --no-frozen-lockfile
working-directory: packages/wow-ui

- name: Install concurrently
run: pnpm install concurrently --save-dev
working-directory: packages/wow-ui

- name: Build Storybook
run: pnpm run build-storybook --quiet
working-directory: packages/wow-ui
Expand Down

0 comments on commit 9e1ac56

Please sign in to comment.