fix: Update CONTRIBUTING.md + adjust watch-node.mjs again to be faster with tsc.

This commit is contained in:
cpojer
2026-01-31 19:36:07 +09:00
parent 76361ae3ab
commit dae00fe184
2 changed files with 24 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ Welcome to the lobster tank! 🦞
## Before You PR
- Test locally with your OpenClaw instance
- Run linter: `npm run lint`
- Run tests: `pnpm tsgo && pnpm format && pnpm lint && pnpm build && pnpm test`
- Keep PRs focused (one thing per PR)
- Describe what & why