mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-17 09:41:58 +00:00
The desktop build break shipped because nothing in CI runs the apps/desktop production build. typecheck only runs `tsc`, which does not exercise Vite/Rolldown module resolution, so an unresolvable package export (the @assistant-ui/tap "./react-shim" split) sailed through green checks and only failed when users built from source on install/update. Add a desktop-build job that runs `npm run build` (tsc -b + vite build + assert-dist-built) for apps/desktop. This closes the gap so the same class of break fails in CI instead of on every user's machine. |
||
|---|---|---|
| .. | ||
| build-windows-installer.yml | ||
| contributor-check.yml | ||
| deploy-site.yml | ||
| docker-lint.yml | ||
| docker-publish.yml | ||
| docs-site-checks.yml | ||
| history-check.yml | ||
| lint.yml | ||
| nix-lockfile-fix.yml | ||
| nix.yml | ||
| osv-scanner.yml | ||
| skills-index-freshness.yml | ||
| skills-index.yml | ||
| supply-chain-audit.yml | ||
| tests.yml | ||
| typecheck.yml | ||
| upload_to_pypi.yml | ||
| uv-lockfile-check.yml | ||