Cache yarn cache directory without node modules

This commit is contained in:
Leonid Logvinov
2018-10-01 17:07:12 +02:00
parent a02e6c0441
commit ddc0813d90

View File

@@ -28,7 +28,6 @@ jobs:
name: Save Yarn Package Cache
key: yarn-packages-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths:
- node_modules/
- ~/.cache/yarn
- save_cache:
key: repo-{{ .Environment.CIRCLE_SHA1 }}