summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-09 23:47:47 -0400
committerDax Raad <[email protected]>2025-09-09 23:47:47 -0400
commite53fb7f8eda760b9d39479a2038720d54a434629 (patch)
tree2cd58463253e72d0331bb88d2b9316f9bcd86997 /package.json
parentb05cbc910130ed9924f33ece3b5a70885f2f126d (diff)
downloadopencode-e53fb7f8eda760b9d39479a2038720d54a434629.tar.gz
opencode-e53fb7f8eda760b9d39479a2038720d54a434629.zip
ci: format
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 601df5994..78a0e543d 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,6 @@
"packageManager": "[email protected]",
"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"