From 6ae68fc58f77b2aeaddcec326d37abf1445981ed Mon Sep 17 00:00:00 2001 From: Filip Czaplicki Date: Sat, 24 Feb 2024 00:05:11 +0100 Subject: [PATCH] Use bun for vite build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 435fc75..d0bc691 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "scripts": { "start": "bunx --bun vite", - "build": "vite build", + "build": "bunx --bun vite build", "typecheck": "tsc -p ./tsconfig.json --noEmit", "lint-fix": "biome check . --apply", "check": "biome ci .",