chore: Add pnpm check for fast repo checks.

This commit is contained in:
cpojer
2026-02-02 11:14:27 +09:00
parent bd259eeb23
commit 902f968056
7 changed files with 13 additions and 20 deletions

View File

@@ -19,6 +19,9 @@ Welcome to the lobster tank! 🦞
- **Jos** - Telegram, API, Nix mode
- GitHub: [@joshp123](https://github.com/joshp123) · X: [@jjpcodes](https://x.com/jjpcodes)
- **Christoph Nakazawa** - JS Infra
- GitHub: [@cpojer](https://github.com/cpojer) · X: [@cnakazawa](https://x.com/cnakazawa)
## How to Contribute
1. **Bugs & small fixes** → Open a PR!
@@ -28,7 +31,7 @@ Welcome to the lobster tank! 🦞
## Before You PR
- Test locally with your OpenClaw instance
- Run tests: `pnpm tsgo && pnpm format && pnpm lint && pnpm build && pnpm test`
- Run tests: `pnpm build && pnpm check && pnpm test`
- Keep PRs focused (one thing per PR)
- Describe what & why