mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-24 03:56:32 +00:00
The "Frontend - Install dependencies" step ran pnpm install --frozen-lockfile with continue-on-error: true, swallowing the ERR_PNPM_OUTDATED_LOCKFILE that the flag exists to raise. The rest of the frontend pipeline (prettier, lint, type-check, test) already gates strictly, so a stale pnpm-lock.yaml would only surface later as a confusing downstream "command not found". Drop the flag so lockfile drift fails loudly at the install step. Backend steps left as-is. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>