ci: tweaks

This commit is contained in:
Dax Raad
2025-09-27 04:12:55 -04:00
parent 925ce6503e
commit ea66c02633
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
"typecheck": "tsc --noEmit",
"test": "bun test",
"build": "./script/build.ts",
"dev": "bun run --conditions=development ./src/index.ts"
"dev": "bun run ./src/index.ts"
},
"bin": {
"opencode": "./bin/opencode"