Skip to content

Commit

Permalink
Merge pull request #20 from DiamondLightSource/vbe/build-storybook
Browse files Browse the repository at this point in the history
Fix storybook build command in GH action
  • Loading branch information
VictoriaBeilsten-Edmands authored Jan 7, 2025
2 parents b6fbb15 + ab25710 commit 892c0cc
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 892c0cc

Please sign in to comment.