chore: remove unused build scripts

All packages are pure Bun/TS — no build step needed.
The build scripts were all placeholder `echo 'TODO'` anyway.
This commit is contained in:
2026-05-08 00:46:35 +00:00
parent 7d3954097d
commit 485bfcb0b6
9 changed files with 0 additions and 9 deletions
@@ -5,7 +5,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"build": "echo 'TODO'",
"test": "bun test"
},
"dependencies": {