This repository was archived by the owner on May 29, 2026. It is now read-only.
Commit 1f830f6
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 <noreply@anthropic.com>1 parent 5d91127 commit 1f830f6
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 34 | | |
44 | 35 | | |
45 | 36 | | |
| |||
63 | 54 | | |
64 | 55 | | |
65 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments