mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 10:52:13 +00:00
13 lines
204 B
YAML
13 lines
204 B
YAML
image: node:latest
|
|
|
|
# This folder is cached between builds
|
|
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
|
|
cache:
|
|
paths:
|
|
- node_modules/
|
|
|
|
build:
|
|
script:
|
|
- npm install
|
|
- vsce package
|