chore: add typecheck profiling (#35622)

This commit is contained in:
Aiden Cline 2026-07-06 17:17:30 -05:00 committed by GitHub
commit 984430c97d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 242 additions and 1 deletions

View file

@ -16,7 +16,9 @@
"lint": "oxlint",
"lint:effect-patterns": "ast-grep scan -c script/ast-grep/sgconfig.yml packages/core/src packages/server/src packages/protocol/src packages/cli/src",
"test:lint-rules": "ast-grep test -c script/ast-grep/sgconfig.yml",
"typecheck": "bun turbo typecheck",
"typecheck": "bun turbo typecheck --concurrency=3",
"typecheck:profile": "bun script/profile-typecheck.ts",
"typecheck:profile:packages": "bun script/profile-typecheck-packages.ts",
"upgrade-opentui": "bun run script/upgrade-opentui.ts",
"postinstall": "bun run --cwd packages/core fix-node-pty",
"prepare": "husky",