chore: add build script

This commit is contained in:
MythEclipse
2026-05-13 16:02:16 +07:00
parent 80081a6f62
commit b4302585c8

View File

@@ -6,6 +6,7 @@
"scripts": { "scripts": {
"dev": "bun --watch src/index.ts", "dev": "bun --watch src/index.ts",
"start": "bun src/index.ts", "start": "bun src/index.ts",
"build": "tsc --outDir dist",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"lint": "biome check --diagnostic-level=error .", "lint": "biome check --diagnostic-level=error .",
"format": "biome format --write .", "format": "biome format --write .",