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