Skip to content

Commit 2b32028

Browse files
committed
Build webview-ui before publish
1 parent e3c5f21 commit 2b32028

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
node-version: 16
7272
- name: Install packages
7373
run: npm ci
74+
- name: Install webview-ui NPM Packages
75+
run: npm ci
76+
working-directory: ./webview-ui
77+
- name: Build webview-ui
78+
run: npm run build
79+
working-directory: ./webview-ui
7480
- name: Build & publish extension
7581
env:
7682
AZURE_TOKEN: ${{ secrets.AZURE_TOKEN }}

0 commit comments

Comments
 (0)