Add BMAD, Claude, Cursor, and OpenCode configuration directories along with AGENTS.md documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
538 B
538 B
| description |
|---|
| Run the complete testing pipeline |
Testing Pipeline
This command runs the complete testing pipeline for the project.
Usage
To run the complete testing pipeline, just type:
- Run pnpm type:check
- Run pnpm lint
- Run pnpm test
- Report any failures
- Fix any failures
- Repeat until all tests pass
- Report success
What This Command Does
- Runs
pnpm type:checkto check for type errors - Runs
pnpm lintto check for linting errors - Runs
pnpm testto run the tests - Reports any failures