Skip to content

Commit f013682

Browse files
committed
Add vsce dependency
1 parent f7b5947 commit f013682

File tree

3 files changed

+878
-40
lines changed

3 files changed

+878
-40
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: runner.os == 'Linux'
2828
- run: npm test
2929
if: runner.os != 'Linux'
30-
- run: vsce package
30+
- run: npm run package
3131
- uses: svenstaro/[email protected]
3232
if: |
3333
matrix.os == 'ubuntu-latest' &&

0 commit comments

Comments
 (0)