Skip to content

Commit c7f4be5

Browse files
committed
Remove make storybook from make netlify
`make storybook` under `make netlify` takes too long and consumes too many build minutes.
1 parent 51e8a54 commit c7f4be5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ netlify:
234234
ln -s ../submodules/plone.restapi ./docs/plone.restapi
235235
ln -s ../submodules/plone.api/docs ./docs/plone.api
236236
cd $(DOCS_DIR) && sphinx-build -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
237-
make storybook
238237

239238
.PHONY: storybook
240239
storybook:

0 commit comments

Comments
 (0)