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 release workflow by reordering version.ts generation before Deno dependency caching (#317)
The release workflow was failing because it tried to cache Deno dependencies
before generating the required version.ts file. This caused a "Module not found"
error when TypeScript tried to resolve the version.ts import in args.ts.
Changes:
- Move Node.js setup, frontend build, and version.ts generation before Deno setup
- Keep Deno dependency caching after version.ts is available
- Maintain the same build order but fix the dependency issue
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
0 commit comments