Commit 4b69b92b authored by BryceLTaylor's avatar BryceLTaylor

circleCI config update cache keys

parent 227795b8
......@@ -65,8 +65,7 @@ aliases:
save_cache:
paths:
- node_modules
keys:
v1-npm-{{ checksum "package-lock.json" }}
key: v1-npm-{{ checksum "package-lock.json" }}
- &restore_npm_cache
restore_cache:
keys:
......@@ -77,8 +76,7 @@ aliases:
paths:
- ./build
- ./intl
keys:
v1-build-{{ .Revision }}
key: v1-build-{{ .Revision }}
- &restore_build_cache
restore_cache:
keys:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment