We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c5f21 commit 2b32028Copy full SHA for 2b32028
.github/workflows/main.yml
@@ -71,6 +71,12 @@ jobs:
71
node-version: 16
72
- name: Install packages
73
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
80
- name: Build & publish extension
81
env:
82
AZURE_TOKEN: ${{ secrets.AZURE_TOKEN }}
0 commit comments