mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-08-05 08:01:58 +00:00
@@ -1,4 +1,4 @@
|
|||||||
image: node:10-alpine
|
image: node:alpine
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- package
|
- package
|
||||||
@@ -7,9 +7,7 @@ stages:
|
|||||||
package:
|
package:
|
||||||
stage: package
|
stage: package
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g vsce
|
- npm install -g vsce typescript ovsx
|
||||||
- npm install -g typescript
|
|
||||||
- npm install -g ovsx
|
|
||||||
- npm install
|
- npm install
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user