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
Update check-docs job to provide clear step-by-step instructions
when generated docs are out of sync. The updated error message now
explicitly shows that builds must happen before doc generation:
1. pnpm install
2. pnpm build (generates .d.ts files needed for docs)
3. pnpm docs:generate (uses built declaration files)
This makes it clear that docs are generated from built TypeScript
declaration files, not directly from source.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments