Skip to content

Instantly share code, notes, and snippets.

@richardgill
Last active February 10, 2017 20:07
Show Gist options
  • Save richardgill/959eef2c3df595f0ea90bfabdfd0ccab to your computer and use it in GitHub Desktop.
Save richardgill/959eef2c3df595f0ea90bfabdfd0ccab to your computer and use it in GitHub Desktop.
Yarn Build
machine:
node:
version: 7.4.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- yarn install --pure-lockfile
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn check && yarn test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment