Loading...
Loading...
Run the full turbo-themes build and test pipeline. Use when asked to build, test, lint, or validate the turbo-themes project. Includes example projects by default.
npx skill4agent add lgtm-hq/ai-skills turbo-testuv run lintro tst/turbo-test# 1. Lint (fast fail — catches formatting/type issues early)
uv run lintro chk
# 2. Build core + packages
bun run build
# 3. Build example projects (depends on core build output)
bun run examples:build
# 4. Unit tests (~2000 tests across ~74 files, with coverage)
bun run test
# 5. Example E2E tests (~139 tests across example projects)
bun run examples:test| Argument | Stages | Use when... |
|---|---|---|
| (none) | All 5 stages | Full validation (default) |
| Lint only | Quick formatting/style check |
| Build + examples:build | Verifying build works |
| Unit tests only | Running tests after a build |
| examples:build + examples:test | Validating example projects |
| Lint + build + unit tests | Fast check, skip examples |
# Smoke tests
bun run e2e:smoke
# Visual regression tests (snapshots generated on Linux CI only)
bun run e2e:visual
# Accessibility audits
bun run e2e:a11ymaintenance-generate-snapshots.yml