From ee40dcc65c881f1d6f2bf764e596bc04480eb803 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 2 Dec 2025 15:59:01 -0800 Subject: [PATCH] bun check --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c67e2d..c5d783f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "repl": "bun generate-parser && bun bin/repl", "update-reef": "rm -rf ~/.bun/install/cache/ && rm bun.lock && bun update reefvm", "cli:install": "ln -s \"$(pwd)/bin/shrimp\" ~/.bun/bin/shrimp", - "cli:remove": "rm ~/.bun/bin/shrimp" + "cli:remove": "rm ~/.bun/bin/shrimp", + "check": "bunx tsc --noEmit" }, "dependencies": { "@codemirror/view": "^6.38.3",