Skip to content

Commit 0a15619

Browse files
authored
Fix storybook build. Added @plone/components to the party. (#1985)
1 parent fb9a92e commit 0a15619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ rtd-pr-preview: ## Build pull request preview on Read the Docs
250250

251251
.PHONY: storybook
252252
storybook:
253-
cd submodules/volto && pnpm i && pnpm build:registry && pnpm --filter @plone/volto build-storybook -o ../../../../_build/html/storybook
253+
cd submodules/volto && pnpm i && pnpm build:registry && pnpm build:components && pnpm --filter @plone/volto build-storybook -o ../../../../_build/html/storybook
254254

255255
.PHONY: all
256256
all: clean vale linkcheck html ## Clean docs build, then run vale and linkcheck, and build html

0 commit comments

Comments
 (0)