From 6af28702b59c745eac9e2631b160770036367a1a Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Tue, 11 Nov 2025 09:49:16 +0100 Subject: [PATCH] Fix storybook build. Added @plone/components to the party. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab2113d81..492f479d4 100644 --- a/Makefile +++ b/Makefile @@ -250,7 +250,7 @@ rtd-pr-preview: ## Build pull request preview on Read the Docs .PHONY: storybook storybook: - cd submodules/volto && pnpm i && pnpm build:registry && pnpm --filter @plone/volto build-storybook -o ../../../../_build/html/storybook + cd submodules/volto && pnpm i && pnpm build:registry && pnpm build:components && pnpm --filter @plone/volto build-storybook -o ../../../../_build/html/storybook .PHONY: all all: clean vale linkcheck html ## Clean docs build, then run vale and linkcheck, and build html