From 283b1bd01260294c1c78741d7cac4dd918d3c08a Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Fri, 11 Apr 2025 16:40:15 -0600 Subject: [PATCH] Update Makefile --- web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Makefile b/web/Makefile index f52354bd6..95f1fa1c9 100644 --- a/web/Makefile +++ b/web/Makefile @@ -5,7 +5,7 @@ build: rm -rf ./next && npm i && npm run build start: - npm run build && npm run start + npm i && npm run build && npm run start fast: npm run dev