Skip to content

Commit e5cf8f2

Browse files
committed
docs: update CONTRIBUTING
1 parent 47d7b89 commit e5cf8f2

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,23 @@ For large changes, behavior changes, or new features, consider opening an issue
1818

1919
## Development
2020

21-
Requires [Bun](https://bun.sh) 1.3+.
21+
Use [Bun](https://bun.sh) matching `package.json` (`packageManager`).
2222

2323
```bash
2424
bun install
2525
bun test test/cli/tui/vim-motions.test.ts # from packages/opencode
26+
```
27+
28+
Pre-push runs:
2629

30+
```bash
31+
cd packages/opencode
32+
bun typecheck
33+
bun test test/cli/tui/vim-*.test.ts
2734
```
2835

36+
If pre-push fails on Bun version, update Bun.
37+
2938
Running Locally
3039

3140
```bash

0 commit comments

Comments
 (0)