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:
|
before_script:
|
||||||
- npm install -g vsce
|
- npm install -g vsce
|
||||||
- npm install -g typescript
|
- npm install -g typescript
|
||||||
|
- npm install -g ovsx
|
||||||
- npm install
|
- npm install
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
script:
|
script:
|
||||||
- vsce package
|
- vsce package
|
||||||
|
- ovsx publish code-stats-vscode-*.vsix -p $OPEN_VSX_TOKEN
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- code-stats-vscode-*.vsix
|
- code-stats-vscode-*.vsix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user