Skip to content

Commit

Permalink
Fix storybook build command in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriaBeilsten-Edmands committed Jan 7, 2025
1 parent b6fbb15 commit ab25710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
checkout: false
path: storybook/storybook-static
install_command: echo Already done
build_command: pnpm build:storybook
build_command: pnpm storybook:build

0 comments on commit ab25710

Please sign in to comment.