Skip to content

Commit

Permalink
npm run for vsce command
Browse files Browse the repository at this point in the history
  • Loading branch information
ladeak committed Oct 10, 2023
1 parent 6d3aa4f commit 819045d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
pushd ./src/VSCodeExt/
npm install
vsce-deploy ${VERSION}
npm run vsce-deploy ${VERSION}
popd
- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
run: |
pushd ./src/VSCodeExt/
npm install
vsce-deploy ${VERSION}
npm run vsce-deploy ${VERSION}
popd

0 comments on commit 819045d

Please sign in to comment.