From 3744f1b8fc6022a8ca6e154489ac13a7cddf17e4 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sun, 31 Oct 2021 10:52:38 +0100 Subject: [PATCH] Set yarn cache relative to working directory --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 01d1714..3b31c6a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: - ruby -e 'puts STDIN.external_encoding' # figure out the encoding used - bundle update --bundler - bundle install - - yarn config set cache-folder /cache/.yarn-cache + - yarn config set cache-folder .yarn-cache - yarn global add gulp-cli - yarn install --frozen-lockfile - gulp build