Use type checking

This commit is contained in:
Nate Kelley 2025-07-10 12:35:03 -06:00
parent 07ebe9c9b7
commit e63706e173
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
}
},
"scripts": {
"prebuild": "bun run scripts/validate-env.js",
"prebuild": "bun run scripts/validate-env.js && pnpm run typecheck",
"build": "bun build src/index.ts --outdir ./dist --target bun",
"dev": "bun --max-old-space-size=512 run --hot src/index.ts",
"lint": "biome check",