Invalidate Yarn cache

This commit is contained in:
Mike Grabowski 2019-02-15 15:52:29 +01:00
parent 72f44a2731
commit 171c24d9d1

View File

@ -2,12 +2,12 @@ aliases:
# Cache Management # Cache Management
- &restore-yarn-cache - &restore-yarn-cache
keys: keys:
- v1-yarn-cache-{{ arch }}-{{ checksum "package.json" }} - v2-yarn-cache-{{ arch }}-{{ checksum "package.json" }}
- v1-yarn-cache-{{ arch }} - v2-yarn-cache-{{ arch }}
- &save-yarn-cache - &save-yarn-cache
paths: paths:
- ~/.cache/yarn - ~/.cache/yarn
key: v1-yarn-cache-{{ arch }}-{{ checksum "package.json" }} key: v2-yarn-cache-{{ arch }}-{{ checksum "package.json" }}
- &restore-node-modules - &restore-node-modules
keys: keys: