run typecheck in ci
Some checks are pending
CI / Validate (push) Waiting to run

This commit is contained in:
dirtydishes 2026-05-29 02:29:45 -04:00
parent e9e2723c28
commit 739a534ac2
5 changed files with 243 additions and 0 deletions

View file

@ -20,11 +20,15 @@
"deploy": "bun run scripts/deploy.ts",
"deploy:main": "./deploy main",
"deploy:current-branch": "./deploy current-branch",
"typecheck": "bun run scripts/typecheck.ts",
"check:public-api-routes": "bun run scripts/check-public-api-routes.ts",
"sync:docker-workspace": "bun run scripts/sync-docker-workspace.ts",
"check:docker-workspace": "bun run scripts/check-docker-workspace.ts"
},
"devDependencies": {
"@types/bun": "^1.3.3",
"@types/ws": "^8.18.1",
"typescript": "^5.9.3",
"typescript-language-server": "^5.1.3"
},
"overrides": {