mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
3d447c582f
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>