clean-build
Installation
SKILL.md
Clean Build Skill
Clean all build artifacts and rebuild from scratch.
Usage
Use when experiencing:
- Stale build artifacts
- Turbo cache issues
- Mysterious build failures
- After dependency updates
Steps
- Run
pnpm cleanto remove build artifacts and prune store - Reinstall dependencies with
pnpm i - Run
pnpm buildto rebuild all packages - Verify build success
- Optional: Run tests to ensure everything works