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
ci: cache pnpm store instead of node_modules to avoid stale server state
Caching node_modules directly caused postinstall hooks (e.g. prisma
generate) to be skipped, leading to stale generated artifacts that
didn't match the current langfuse-server schema. Cache the pnpm store
instead so installs are still fast but hooks run properly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments