Skip to content

Commit

Permalink
Publish to Open VSX (#44)
Browse files Browse the repository at this point in the history
* Add vsce and ovsx to development dependencies

* Include ovsx in publish step
  • Loading branch information
gediminasz committed Oct 31, 2023
1 parent cd5fe55 commit a50719b
Show file tree
Hide file tree
Showing 3 changed files with 1,383 additions and 2,737 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ test:
npm test

update:
npm add --include=dev jest@latest
npm add --save-dev jest@latest @vscode/vsce@latest ovsx@latest

lock:
npm install --package-lock-only

package: ci
vsce package
npx vsce package

publish: package
vsce publish
npx vsce publish
npx ovsx publish

ci:
npm audit
Expand Down
Loading

0 comments on commit a50719b

Please sign in to comment.