Skip to content

Commit 892c0cc

Browse files
Merge pull request #20 from DiamondLightSource/vbe/build-storybook
Fix storybook build command in GH action
2 parents b6fbb15 + ab25710 commit 892c0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-storybook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
checkout: false
4141
path: storybook/storybook-static
4242
install_command: echo Already done
43-
build_command: pnpm build:storybook
43+
build_command: pnpm storybook:build

0 commit comments

Comments
 (0)