Task in pnpm | Description |
---|---|
build |
Generate production-grade build artifacts. |
check |
Run check.fmt and check.types . |
check.fmt |
Verify that the source code is well-formatted. |
check.types |
Verify that the source code is type-safe. |
fmt |
Reformat the source code with Biome. |
install |
Install dependencies and Git hooks. |
test |
Run all unit tests. |
vi |
Start a continuous test server in Vitest. |
yolo |
Disable Git hooks. |