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:
@@ -6,7 +6,6 @@
|
||||
"examples"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "bun run --filter '*' build",
|
||||
"check": "bunx tsc --build && biome check .",
|
||||
"typecheck": "bunx tsc --build",
|
||||
"format": "biome format --write .",
|
||||
|
||||
Reference in New Issue
Block a user