mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
Fix/clean errors (#191)
* clean dev errors
* add check command
* yarn -> npm in travis
* fix all warnings
* fix base test
* 💄
This commit is contained in:
@@ -5,11 +5,10 @@ cache:
|
||||
directories:
|
||||
- node_modules
|
||||
before_script:
|
||||
- npm install -g yarn
|
||||
- cp example.config.js config.js
|
||||
install:
|
||||
- yarn
|
||||
- npm install
|
||||
script:
|
||||
- yarn lint
|
||||
- yarn build
|
||||
- yarn test
|
||||
- npm run lint
|
||||
- npm run build
|
||||
- npm run test
|
||||
|
||||
Reference in New Issue
Block a user