Skip to content

Conversation

@tomkp
Copy link
Owner

@tomkp tomkp commented Dec 24, 2025

Summary

Add a checks npm script that runs all validations in one command:

npm run checks

This runs:

  • typecheck - TypeScript type checking
  • lint - ESLint
  • format - Prettier formatting
  • test - Vitest tests

Also includes minor Prettier formatting fixes in examples.

@tomkp tomkp merged commit 89a3edd into master Dec 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants