We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f6c24 commit 9e97d48Copy full SHA for 9e97d48
1 file changed
.github/workflows/vsce-publish.yaml
@@ -28,6 +28,9 @@ jobs:
28
- name: Install vsce
29
run: npm install -g @vscode/vsce
30
31
+ - name: Build Extension
32
+ run: npm run compile
33
+
34
- name: Publish Extension
35
run: vsce publish -p ${VSCE_PAT}
36
env:
0 commit comments