Run tests, lint, and type checks
Runs tests, lints PHP, and checks TypeScript types in sequence, reporting all failures.
/plugin marketplace add markhamsquareventures/essentials/plugin install essentials@mksq-marketplaceRun the full test/lint/types suite in order:
php artisan test./vendor/bin/pintnpm run typesReport any failures clearly. If everything passes, confirm success.