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",