docs: add post-change checks (#4791)

This commit is contained in:
DIYgod 2026-01-01 16:28:03 +08:00 committed by GitHub
parent 3d21eab3f0
commit 3ab9ece910
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@ pnpm run test
- Run the above at the root, or use per-package variants as needed.
- Follow this order strictly: typecheck → lint → test.
- After every modification, run the following checks to catch errors early:
```bash
npm exec turbo run format:check typecheck lint
npm exec turbo run test
```
## Code style and conventions