7 lines
93 B
YAML
7 lines
93 B
YAML
|
|
language: node_js
|
||
|
|
node_js: lts/*
|
||
|
|
git:
|
||
|
|
depth: 1
|
||
|
|
install: yarn
|
||
|
|
cache: yarn
|
||
|
|
script: yarn build
|