react-apollo-graphql
Version:
Get rid of decorators and use Apollo GraphQL queries and mutations in the simple and readable way.
20 lines (16 loc) • 339 B
YAML
machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: 7.10.0
dependencies:
cache_directories:
- ~/.cache/yarn
dependencies:
override:
- yarn
test:
override:
- yarn lint
- yarn flow
- yarn test -- --coverage --coverageDirectory $CIRCLE_ARTIFACTS