# Eval Mixed Scope File

> Run a preview build

- Skill: `brokenrobot-xyz/eval-mixed-scope-file` (Agent Skill)
- Install (CLI): `npx skillmds@latest add brokenrobot-xyz/eval-mixed-scope-file`
- Raw SKILL.md: https://api.skillmd.com/api/skills/brokenrobot-xyz/eval-mixed-scope-file/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: brokenrobot-xyz (https://skillmd.com/u/brokenrobot-xyz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/brokenrobot-xyz/eval-mixed-scope-file

---


# Run a preview build

The preview build is started from the project root.

Run the preview checks: types, lint, etc. The preview pipeline defines exactly two
checks, types and lint.

```bash
# The cache is cleared before the build.
npm run preview:build
```

When the build succeeds, open the preview URL that the build report lists.

