You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI failures: Prisma path, frozen lockfile, markdownlint, eslint-config
- Use bunx prisma instead of hardcoded /workspace/node_modules/.bin/prisma
path in setupPrisma() (index-ci-helpers.ts)
- Remove --frozen-lockfile from standalone package lint containers that use
root monorepo package.json with partial workspace (webring, astro-opengraph-
images, better-skill-capped, sjer-red) — lockfile mismatch with subset of
workspace packages causes install failure
- Exclude emulatorjs directory from DPP markdownlint check — third-party
CHANGES.md has MD025 violations (discord-plays-pokemon.ts)
- Mount eslint-config at /eslint-config/ for scout-for-lol CI checks —
eslint.config.ts imports from ../eslint-config/local.ts which resolves
to /eslint-config/ in the container (scout-for-lol.ts, scout-for-lol-
desktop.ts)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments