diff --git a/scripts/makefile/front.mk b/scripts/makefile/front.mk index 79c3029f2..3aa669ccd 100644 --- a/scripts/makefile/front.mk +++ b/scripts/makefile/front.mk @@ -35,6 +35,7 @@ front-build: $(call frontexec, node -v); \ $(call frontexec, yarn -v); \ $(call frontexec, yarn build --verbose); \ + $(call frontexec, yarn build-storybook --verbose); \ else \ echo "- Theme directory defined in .env file was not found. Skipping front-build."; \ fi