mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
15 lines
210 B
YAML
15 lines
210 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 build
|
|
- yarn test
|