Skip to content

Commit 621d3b9

Browse files
committed
Fix missing package in workflow
1 parent c4fe0c3 commit 621d3b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install dependencies
3434
run: npm install
3535

36+
- name: Install vsce
37+
run: npm install -g @vscode/vsce
38+
3639
- name: Install cross-env
3740
run: npm install -g cross-env
3841

0 commit comments

Comments
 (0)