Skip to content

Commit a2f1430

Browse files
committed
docs(readme): add typecheck and test commands to development section
Signed-off-by: leocavalcante <[email protected]>
1 parent 3d2ff6b commit a2f1430

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ cp node_modules/opencode-plugin-opencoder/agents/*.md ~/.config/opencode/agents/
121121
# Install dependencies
122122
bun install
123123

124+
# Run type checker
125+
bun run typecheck
126+
127+
# Run tests
128+
bun test
129+
124130
# Run linter
125131
bun run lint
126132

0 commit comments

Comments
 (0)