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

@@ -22,7 +22,7 @@ This doc is a “how we test” guide:
Most days:
- Full gate (expected before push): `pnpm lint && pnpm build && pnpm test`
- Full gate (expected before push): `pnpm build && pnpm check && pnpm test`
When you touch tests or want extra confidence: