Commit 50c70436 authored by BryceLTaylor's avatar BryceLTaylor

circleCI config fix cache alias

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