chore: improve build process

This commit is contained in:
Ralph Khreish
2025-09-12 17:26:47 -07:00
parent 108301132f
commit ff9b7a46d6
7 changed files with 29 additions and 50 deletions

View File

@@ -13,8 +13,6 @@
},
"files": ["dist", "README.md"],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"typecheck": "tsc --noEmit",
"lint": "biome check src",
"format": "biome format --write src",