Skip to content

Commit 39a90c9

Browse files
committed
removed build stage and added compile stage
1 parent 769e38c commit 39a90c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Skip VS Code integration tests in CI
2727
run: echo "Skipping vscode-test (requires GUI)"
2828

29-
- name: Build extension
30-
run: npm run build
29+
- name: Compile extension
30+
run: npm run compile
3131

3232
- name: Install vsce
3333
run: npm install -g @vscode/vsce

0 commit comments

Comments
 (0)