mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-08 03:18:33 +03:00
15 lines
173 B
YAML
15 lines
173 B
YAML
language: node_js
|
|
node_js:
|
|
- stable
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- npm install -g yarn
|
|
install:
|
|
- yarn
|
|
script:
|
|
- yarn build
|
|
- yarn lint
|
|
- yarn test
|