Verify code quality by running the following checks.
Command
bash
pnpm typecheck && pnpm lint:fix && pnpm test
Individual Commands
- •
pnpm typecheck- Type checking - •
pnpm lint:fix- Lint and auto-fix - •
pnpm test- Run tests
运行类型检查、代码 linting 与测试,确保代码质量达标。
--- frontmattername: verify description: Run type checking, linting, and tests to verify code quality user-invocable: false
Verify code quality by running the following checks.
pnpm typecheck && pnpm lint:fix && pnpm test
pnpm typecheck - Type checkingpnpm lint:fix - Lint and auto-fixpnpm test - Run tests