Skip to content

Commit

Permalink
Merge pull request #30 from badsyntax/er-diagram
Browse files Browse the repository at this point in the history
Build webview-ui before publish
  • Loading branch information
badsyntax authored Dec 30, 2022
2 parents e3c5f21 + 2b32028 commit 9864da8
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 9864da8

Please sign in to comment.