Explicitly specify yarn cache folder

This commit is contained in:
Leonid Logvinov
2018-10-02 11:12:14 +02:00
parent 10f3ee32a4
commit cc7710abd2

View File

@@ -23,7 +23,7 @@ jobs:
command: sudo npm install --global yarn@1.9.4
- run:
name: yarn
command: yarn --frozen-lockfile install || yarn --frozen-lockfile install
command: yarn --cache-folder ~/.cache/yarn --frozen-lockfile install || yarn --cache-folder ~/.cache/yarn --frozen-lockfile install
- save_cache:
name: Save Yarn Package Cache
key: yarn-packages-v1-{{ .Branch }}-{{ checksum "yarn.lock" }}