Skip to content

Commit

Permalink
installing VSCE for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ladeak committed Oct 10, 2023
1 parent fbb106b commit 099c90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
pushd ./src/VSCodeExt/
npm install
npm install @vscode/vsce --save-dev
vsce package ${VERSION}
popd
- name: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
run: |
pushd ./src/VSCodeExt/
npm install
npm install @vscode/vsce --save-dev
vsce package ${VERSION}
popd

0 comments on commit 099c90d

Please sign in to comment.