Skip to content

Commit 544b145

Browse files
committed
docs: clarify typecheck guidance
Add a short development note that tells contributors when to run the TypeScript checks before opening a pull request. Tests: not run (documentation-only change) Codex: added the documentation note and prepared the commit
1 parent 00fb8b3 commit 544b145

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/DEVELOPMENT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ bun run typecheck
4040
# = tsc --noEmit && tsc -p tsconfig.node.json --noEmit
4141
```
4242

43+
Run this before opening a pull request when touching TypeScript, preload, or main-process code.
44+
4345
The two configs own disjoint parts of the tree:
4446

4547
- `tsconfig.json``src/mainview/**` (renderer) + shared types

0 commit comments

Comments
 (0)