Last active
March 2, 2017 18:05
-
-
Save nanoxd/45a0224148d71a6b626ecc8e4c6004d5 to your computer and use it in GitHub Desktop.
Wercker with Yarn
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
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