From ab174bd7ce649440fcc930f6b8a814f84d253389 Mon Sep 17 00:00:00 2001 From: Max Koon <22125083+k2on@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:57:28 -0400 Subject: [PATCH] chore: build script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3154a0a..786075a 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", + "build": "expo export --platform web" "lint": "expo lint", "db:migrate": "dotenv -- pnpm run --dir=shared db:migrate", "db:gen": "dotenv -- pnpm run --dir=shared generate:zero"