From 03efb52f006e77834fe7417c15ab434d2817e27e 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 7641141ee..948bb753a 100644 --- a/Makefile +++ b/Makefile @@ -52,5 +52,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