Skip to content

Commit 5cd4f06

Browse files
authored
fix: fix vsix builder (#1706)
1 parent 5f84937 commit 5cd4f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-vsix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build VSIX
1+
name: Build VSIX for testing
22

33
on:
44
workflow_dispatch:
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
node-version-file: ".nvmrc"
1414
cache: "npm"
15+
- run: npm ci
1516
- run: npx @vscode/vsce package
1617
- uses: actions/upload-artifact@v5
1718
with:

0 commit comments

Comments
 (0)