We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9a92e commit 0a15619Copy full SHA for 0a15619
Makefile
@@ -250,7 +250,7 @@ rtd-pr-preview: ## Build pull request preview on Read the Docs
250
251
.PHONY: storybook
252
storybook:
253
- 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
254
255
.PHONY: all
256
all: clean vale linkcheck html ## Clean docs build, then run vale and linkcheck, and build html
0 commit comments