ocean-subgraph/.travis.yml

15 lines
293 B
YAML

language: node_js
node_js: node
script:
# will run `npm ci` automatically here
# - npm test
- npm run lint
- npm run codegen
# TODO: activate once this issue is solved:
# https://github.com/graphprotocol/graph-ts/issues/113
# - npm run type-check
notifications:
email: false