Skip to content

Commit 768aae0

Browse files
edyedy
authored andcommitted
refactor: remove benchmarking scripts and cleanup documentation
1 parent 2336288 commit 768aae0

6 files changed

Lines changed: 43 additions & 884 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
1010
"lint": "oxlint --ignore-path .gitignore",
1111
"typecheck": "bun run --cwd packages/core typecheck && bun run --cwd packages/opencode typecheck && bun run --cwd packages/llm typecheck",
12-
"postinstall": "bun run --cwd packages/core fix-node-pty && bun run scripts/dedupe-keymap.ts",
13-
"dedupe-keymap": "bun run scripts/dedupe-keymap.ts",
12+
"postinstall": "bun run --cwd packages/core fix-node-pty && bun run script/dedupe-keymap.ts",
13+
"dedupe-keymap": "bun run script/dedupe-keymap.ts",
1414
"prepare": "husky",
15-
"test": "echo 'do not run tests from root' && exit 1",
16-
"bench:event-v2": "bun run script/bench-event-v2.ts"
15+
"test": "echo 'do not run tests from root' && exit 1"
1716
},
1817
"workspaces": {
1918
"packages": [

phases/00-cleanup.md

Lines changed: 0 additions & 254 deletions
This file was deleted.

0 commit comments

Comments
 (0)