From 4f34600d5f6653e34afddd3fe28339d26caae34a Mon Sep 17 00:00:00 2001 From: Sebastian Brenner Date: Sun, 21 Dec 2025 18:00:48 +0100 Subject: [PATCH] update build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3757757..ba30148 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "main": "./dist/index.js", "scripts": { - "build": "bun build index.ts --target bun --outdir dist" + "build": "tsc" }, "devDependencies": { "@types/bun": "latest",