mirror of https://github.com/buster-so/buster.git
Use type checking
This commit is contained in:
parent
07ebe9c9b7
commit
e63706e173
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue