Skip to content

Commit

Permalink
Build webview-ui before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
badsyntax committed Dec 30, 2022
1 parent e3c5f21 commit 2b32028
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
node-version: 16
- name: Install packages
run: npm ci
- name: Install webview-ui NPM Packages
run: npm ci
working-directory: ./webview-ui
- name: Build webview-ui
run: npm run build
working-directory: ./webview-ui
- name: Build & publish extension
env:
AZURE_TOKEN: ${{ secrets.AZURE_TOKEN }}
Expand Down

0 comments on commit 2b32028

Please sign in to comment.