diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 76a6570..6642d1f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -55,9 +55,9 @@ jobs: corepack prepare pnpm@latest --activate # --prefer-offline: use cached packages if available in the runner image - # --frozen-lockfile: fail if lockfile is out of date (CI should be strict) + # Lockfile IS committed — regenerated on changes via pnpm install. - name: Install dependencies - run: pnpm install --frozen-lockfile --prefer-offline + run: pnpm install --no-frozen-lockfile --prefer-offline working-directory: frontend - name: Type check