From f347c8ca6f3b20befe6e14827e67c65a16e250a5 Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Sat, 21 Feb 2026 18:48:08 -0600 Subject: [PATCH] feat: add build scripts for stdio compilation --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 25665bf..f3e5999 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,8 @@ "typescript": "^5" }, "scripts": { + "build:stdio": "bun build ./stdio.ts --compile --outfile stdio", + "build": "bun build:stdio", "prepare": "bun .husky/install.ts" }, "dependencies": {