зеркало из https://github.com/github/curated-data.git
9 строки
127 B
YAML
9 строки
127 B
YAML
|
language: node_js
|
||
|
# node version specified in .nvmrc
|
||
|
|
||
|
cache:
|
||
|
directories:
|
||
|
- "node_modules"
|
||
|
|
||
|
script: npm run-script build
|