Skip to content

Commit

Permalink
Changing npm to npx (#1020)
Browse files Browse the repository at this point in the history
Signed-off-by: Tatsinnit <[email protected]>
Co-authored-by: Reinier Cruz <[email protected]>
Co-authored-by: Tatsinnit <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 4a6e7c6 commit 820bcc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-v2.yml
Original file line number Diff line number Diff line change
@@ -82,8 +82,8 @@ jobs:
- name: Build
run: npm run webpack

- name: Package
run: npm vsce package
- name: Package
run: npx vsce package

- name: federated login
uses: azure/login@v2

0 comments on commit 820bcc6

Please sign in to comment.