From ec734e4fb119bcbab00e95f78b041577ae3d7dcb Mon Sep 17 00:00:00 2001 From: calebboyd Date: Fri, 20 Oct 2017 17:20:05 -0500 Subject: [PATCH] chore: use yarn in circle-ci --- circle.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index dd027ae..e4aae28 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,9 @@ +dependencies: + override: + - export NVS_HOME="$HOME/.nvs" && git clone https://github.com/jasongin/nvs "$NVS_HOME" && . "$NVS_HOME/nvs.sh" install + - nvs add lts && nvs link lts && nvs use default + - npm i yarn -g + - yarn test: override: - - npm run asset-compile + - yarn run asset-compile