nanoxd
3/2/2017 - 3:29 AM

Wercker with Yarn

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