mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 10:52:13 +00:00
Added upload to Open VSX
This commit is contained in:
parent
99cc0bf94a
commit
31afa71842
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user