Skip to content

Commit

Permalink
chore: fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-redo committed Mar 14, 2024
1 parent c1f39c7 commit 8de8b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pnpm install --no-frozen-lockfile

- name: Build Storybook
run: pnpm run build:storybook
run: pnpm run build-storybook

- name: Install Vercel CLI
run: npm install --global vercel@latest
Expand Down

0 comments on commit 8de8b81

Please sign in to comment.