Skip to content

Commit 373d468

Browse files
committed
build: add explicit webview build step to workflow
(cherry picked from commit d8addeb)
1 parent d80d1ef commit 373d468

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
- name: 📦 Install dependencies
5353
run: npm install
5454

55+
# 3.1 构建 Webview (VSCode 插件 UI)
56+
- name: 🌐 Build Webview
57+
run: npm run build:webview --workspace=packages/vscode-ui-plugin
58+
5559
# 4. 获取并同步版本号
5660
- name: 📌 Get and Sync version
5761
id: get_version

0 commit comments

Comments
 (0)