mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
16 lines
224 B
YAML
16 lines
224 B
YAML
language: node_js
|
|
node_js:
|
|
- "stable"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- npm install -g yarn
|
|
- cp example.config.js config.js
|
|
install:
|
|
- yarn
|
|
script:
|
|
- yarn lint
|
|
- yarn build
|
|
- yarn test
|