From fb68a467c04a9c9174409c49f698bf653eb8c45f Mon Sep 17 00:00:00 2001 From: wont-stream <143244075+wont-stream@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:33:59 -0400 Subject: [PATCH] Update build script to use bunx for TypeScript compilation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a1c92d..0f42929 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc -b && vite build", + "build": "bunx --bun tsc -b && vite build", "preview": "vite preview" }, "dependencies": {