Skip to content

Commit

Permalink
Fix GH Workflow to compile the extension before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mir-am committed Feb 21, 2022
1 parent c593d47 commit 76303f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_vsce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install the dependencies
run: npm i

- name: Compile the extension
run: npm run compile && npm run compile-web

- name: Install vsce
run: npm i -g vsce

Expand Down

0 comments on commit 76303f6

Please sign in to comment.