549 B
549 B
description
| 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 bun run type:check
- Run bun run lint
- Run bun test
- Report any failures
- Fix any failures
- Repeat until all tests pass
- Report success
What This Command Does
- Runs
bun run type:checkto check for type errors - Runs
bun run lintto check for linting errors - Runs
bun testto run the tests - Reports any failures