From a5842394bdda22d0d2b28485c9dcd51f1f5c5fa0 Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Sat, 29 Nov 2025 21:30:34 -0500 Subject: [PATCH] fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91c3e35..70c5bd5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ build: - pnpm install + pnpm install --force pnpm run build start: