Skip to content

Instantly share code, notes, and snippets.

View typehorror's full-sized avatar
Living life

Type Horror typehorror

Living life
View GitHub Profile
@benbarber
benbarber / circle.yml
Created December 23, 2016 11:46
Circle CI config for using Yarn in a Node project
machine:
pre:
- mkdir ~/.yarn-cache
node:
version: stable
dependencies:
pre:
- curl -o- -L https://yarnpkg.com/install.sh | bash
cache_directories:
- ~/.yarn-cache