From b2d7c72fee067d674da2063d656b56e403abf65a Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 4 Feb 2026 09:51:35 -0800 Subject: [PATCH] bun check --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 97230c5..fbd482d 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "toes": "src/cli/index.ts" }, "scripts": { + "check": "bunx tsc --noEmit", "build": "./scripts/build.sh", "cli:build": "bun run scripts/build.ts", "cli:build:all": "bun run scripts/build.ts --all",