Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNuclearNexus authored Jun 13, 2024
1 parent 77d7091 commit 405d8af
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ jobs:
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
working-directory: ./extension
- run: npm i -g vsce
working-directory: ./extension
- run: vsce package
working-directory: ./extension
- run: cd ./extension && npm ci && npm i -g vsce && vsce package
- name: Upload a Build Artifact
working-directory: ./extension
uses: actions/[email protected]
Expand Down

0 comments on commit 405d8af

Please sign in to comment.