We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769e38c commit 39a90c9Copy full SHA for 39a90c9
1 file changed
.github/workflows/ci.yml
@@ -26,8 +26,8 @@ jobs:
26
- name: Skip VS Code integration tests in CI
27
run: echo "Skipping vscode-test (requires GUI)"
28
29
- - name: Build extension
30
- run: npm run build
+ - name: Compile extension
+ run: npm run compile
31
32
- name: Install vsce
33
run: npm install -g @vscode/vsce
0 commit comments