Skip to content

Commit

Permalink
working on github actions to generate package
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Jul 23, 2024
1 parent 0b99cc0 commit 2fe9841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Build Extension
run: pnpm run build:webview
- name: Install vsce
run: npm install -g vsce
run: npm install -g @vscode/vsce
- name: Package Extension
run: vsce package

0 comments on commit 2fe9841

Please sign in to comment.