Commit 50c70436 authored by BryceLTaylor's avatar BryceLTaylor

circleCI config fix cache alias

parent 26de1399
...@@ -14,7 +14,7 @@ aliases: ...@@ -14,7 +14,7 @@ aliases:
- node_modules - node_modules
keys: keys:
v1-npm-{{ checksum "package-lock.json" }} v1-npm-{{ checksum "package-lock.json" }}
- restore_npm_cache - &restore_npm_cache
restore_cache: restore_cache:
keys: keys:
- v1-npm-{{ checksum "package-lock.json" }} - v1-npm-{{ checksum "package-lock.json" }}
......
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