🔧 chore: add bun run check script

This commit is contained in:
2026-07-01 12:56:31 +07:00
parent 44a1519ec2
commit 56de27161e
+1
View File
@@ -22,6 +22,7 @@
"typecheck": "tsc --noEmit",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"check": "bun run typecheck && bun run format",
"dev": "bun --watch src/index.ts",
"start": "bun src/index.ts",
"build": "bun run typecheck",