Verify

Run full project verification — lint, typecheck, and build. Use before committing or when you want to check project health.

jeasonstudio Updated

File contents

Run the following checks in sequence. Stop at the first failure and report the error clearly.

  1. Lint: pnpm lint
  2. Type check: pnpm typecheck
  3. Build: pnpm build

If all pass, report success. If any step fails, show the relevant error output and suggest a fix.

jeasonstudio/termotion/tree/main/.claude/skills/verify commit bd0b633d72

Frequently asked questions

npx skillmds@latest add jeasonstudio/verify