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:check to check for type errors
- Runs
pnpm lint to check for linting errors
- Runs
pnpm test to run the tests
- Reports any failures