Set yarn cache relative to working directory

This commit is contained in:
Jim Martens 2021-10-31 10:52:38 +01:00
parent a7fb602414
commit 3744f1b8fc
1 changed files with 1 additions and 1 deletions

View File

@ -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