ci: format

This commit is contained in:
Dax Raad
2025-09-09 23:47:47 -04:00
parent b05cbc9101
commit e53fb7f8ed
3 changed files with 42 additions and 1 deletions

View File

@@ -6,7 +6,6 @@
"packageManager": "bun@1.2.19",
"scripts": {
"dev": "bun run --conditions=development packages/opencode/src/index.ts",
"format": "bun run prettier --ignore-unknown --write $(git ls-files)",
"typecheck": "bun run --filter='*' typecheck",
"generate": "(cd packages/sdk && ./js/script/generate.ts) && (cd packages/sdk/stainless && ./generate.ts)",
"postinstall": "./script/hooks"