chore(ci): remove generic cache key from circle ci

This commit is contained in:
Blaine Bublitz 2021-02-01 14:39:22 -07:00
parent f1c093ace1
commit 3148a19bf7

View File

@ -88,7 +88,6 @@ jobs:
name: Restore Yarn cache
keys:
- build-yarn-cache-v4--{{ checksum "yarn.lock" }}
- build-yarn-cache-v4--
- run:
name: Install dependencies
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
@ -118,7 +117,6 @@ jobs:
name: Restore Yarn cache
keys:
- install-examples-deps-yarn-cache-v4--{{ checksum "yarn.lock" }}
- install-examples-deps-yarn-cache-v4--
- run:
name: Install dependencies
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn