Testing
Use the smallest relevant verification first.
Common checks:
npm testnpm run typechecknpm run buildnpm run build:docsgit diff --checkFor narrow changes, run targeted tests when possible. For docs-site changes, npm run build:docs and git diff --check are the minimum useful checks.
Do not claim success without either running verification or clearly stating what could not be run.