Skip to content

Instantly share code, notes, and snippets.

@nanoxd
Last active March 2, 2017 18:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nanoxd/45a0224148d71a6b626ecc8e4c6004d5 to your computer and use it in GitHub Desktop.
Save nanoxd/45a0224148d71a6b626ecc8e4c6004d5 to your computer and use it in GitHub Desktop.
Wercker with Yarn
box: node
build:
steps:
- script:
name: Setup Yarn Caching
code: export YARN_CACHE=$WERCKER_CACHE_DIR/yarn
- script:
name: Yarn Install
code: HOME=$YARN_CACHE yarn --no-progress
- script:
name: Test
code: yarn test -- --colors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment