Commit e41783f
fix: add pnpm install step to create-release-pr workflow (#120)
Lerna requires node_modules/.modules.yaml to parse pnpm lockfile.
Without pnpm install, the workflow fails with:
Could not find ".modules.yaml" at "/home/runner/work/editor/editor/node_modules/.modules.yaml"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 752768f commit e41783f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments