Skip to content

Commit 76303f6

Browse files
committed
Fix GH Workflow to compile the extension before publishing
1 parent c593d47 commit 76303f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_vsce.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Install the dependencies
2121
run: npm i
2222

23+
- name: Compile the extension
24+
run: npm run compile && npm run compile-web
25+
2326
- name: Install vsce
2427
run: npm i -g vsce
2528

0 commit comments

Comments
 (0)