Commit f60241c
committed
fix(release): build workspace before vscode-ext recovery package
vscode-ext's webview imports `superdoc`, which esbuild resolves through `node_modules/superdoc/dist/`. The main release flow builds that via the root `pnpm run build` step before any per-package work runs, but the recovery path runs `pnpm install` in a temp worktree and never builds the workspace, so `vsce package` fails to bundle the webview ("Could not resolve 'superdoc/style.css'"). Mirror the main flow by running a workspace build before the recovery package step when not at REPO_ROOT.1 parent 98c540a commit f60241c
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
570 | 578 | | |
571 | 579 | | |
572 | 580 | | |
| |||
0 commit comments