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

@@ -5,7 +5,7 @@
"type": "module",
"packageManager": "bun@1.2.21",
"scripts": {
"dev": "bun run --conditions=development packages/opencode/src/index.ts",
"dev": "bun run packages/opencode/src/index.ts",
"typecheck": "bun turbo typecheck",
"prepare": "husky"
},