mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-11 04:48:32 +03:00
16 lines
236 B
YAML
16 lines
236 B
YAML
language: node_js
|
|
node_js:
|
|
- "stable"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- npm install -g yarn
|
|
- cp ./src/example.config.js ./src/config.js
|
|
install:
|
|
- yarn
|
|
script:
|
|
- yarn build
|
|
- yarn lint
|
|
- yarn test
|