Last active
February 10, 2017 20:07
-
-
Save richardgill/959eef2c3df595f0ea90bfabdfd0ccab to your computer and use it in GitHub Desktop.
Yarn Build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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