File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,12 @@ jobs:
62
62
restore-keys : |
63
63
${{ runner.os }}-pnpm-store-
64
64
65
- # - name: StoryBook build
66
- # working-directory: submodules/volto
67
- # run: |
68
- # pnpm i
69
- # make storybook-build
65
+ - name : StoryBook build
66
+ working-directory : submodules/volto
67
+ run : |
68
+ pnpm i
69
+ pnpm build:registry
70
+ make storybook-build
70
71
71
72
- name : Deploy to server
72
73
id : deploy
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ netlify:
239
239
240
240
.PHONY : storybook
241
241
storybook :
242
- cd submodules/volto && yarn && yarn build- storybook -o ../../_build/html/storybook
242
+ cd submodules/volto && pnpm i && pnpm build:registry && pnpm --filter @plone/volto build- storybook -o ../../ ../../_build/html/storybook
243
243
244
244
.PHONY : all
245
245
all : clean vale linkcheck html # # Clean docs build, then run vale and linkcheck, and build html
You can’t perform that action at this time.
0 commit comments