diff --git a/Makefile b/Makefile index 822e58fbe..fcd51441f 100644 --- a/Makefile +++ b/Makefile @@ -87,8 +87,8 @@ test: ##@0 global run all checks/tests (packages, website) .PHONY: vercel-build vercel-build: ##@0 global Build the website and storybook to vercel - @$(MAKE) website-build - @$(MAKE) storybook-build + $(MAKE) website-build + $(MAKE) storybook-build @cp -a storybook/storybook-static website/public/storybook .PHONY: clean-all