Skip to content

Commit bb4e0c2

Browse files
authored
docs: add build step to contributing setup instructions (#406)
1 parent 9562177 commit bb4e0c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ Thank you for your interest in contributing to Streamdown! We welcome contributi
2121
```bash
2222
pnpm install
2323
```
24-
4. Run the tests to ensure everything is working:
24+
4. Build all packages (required before running tests):
25+
```bash
26+
pnpm build
27+
```
28+
5. Run the tests to ensure everything is working:
2529
```bash
2630
pnpm test
2731
```

0 commit comments

Comments
 (0)