mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-07 19:08:37 +03:00
* clean dev errors
* add check command
* yarn -> npm in travis
* fix all warnings
* fix base test
* 💄
15 lines
216 B
YAML
15 lines
216 B
YAML
language: node_js
|
|
node_js:
|
|
- "stable"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- cp example.config.js config.js
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run lint
|
|
- npm run build
|
|
- npm run test
|