Added upload to Open VSX

This commit is contained in:
Florian Bouillon 2021-07-10 10:29:13 +00:00
parent 99cc0bf94a
commit 31afa71842

View File

@ -8,12 +8,14 @@ package:
before_script:
- npm install -g vsce
- npm install -g typescript
- npm install -g ovsx
- npm install
cache:
paths:
- node_modules/
script:
- vsce package
- ovsx publish code-stats-vscode-*.vsix -p $OPEN_VSX_TOKEN
artifacts:
paths:
- code-stats-vscode-*.vsix