Skip to content

Commit 9e97d48

Browse files
committed
ci(workflow): add build step before publishing vscode extension
1 parent 19f6c24 commit 9e97d48

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/vsce-publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install vsce
2929
run: npm install -g @vscode/vsce
3030

31+
- name: Build Extension
32+
run: npm run compile
33+
3134
- name: Publish Extension
3235
run: vsce publish -p ${VSCE_PAT}
3336
env:

0 commit comments

Comments
 (0)