From 0ee637eaf64795eb5cd3551719a29f67cb977f4e Mon Sep 17 00:00:00 2001 From: Nina <94531888+ninanoleto@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:03:24 +0100 Subject: [PATCH] Update Makefile Co-authored-by: Steve Piercy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4d552ae8..52a4295ae 100644 --- a/Makefile +++ b/Makefile @@ -57,5 +57,5 @@ storybook: install ## Run Storybook in dev mode $(YARN) run storybook .PHONY: build-storybook -build-storybook: ## Build Storybook as static files +build-storybook: install ## Build Storybook as static files $(YARN) build-storybook