Skip to content

Commit

Permalink
Enable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ankeetmaini committed Jan 5, 2020
1 parent 7b91527 commit 3983a09
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Expand Up @@ -17,14 +17,14 @@ jobs:
command: nvm install 9.10.0 && nvm alias default 9.10.0
- run: npm i
# Restore the dependency cache
# - restore_cache:
# keys:
# # This branch if available
# - v1-dep-{{ .Branch }}-
# # Default branch if not
# - v1-dep-master-
# # Any branch if there are none on the default branch - this should be unnecessary if you have your default branch configured correctly
# - v1-dep-
- restore_cache:
keys:
# This branch if available
- v3-dep-{{ .Branch }}-
# Default branch if not
- v3-dep-master-
# Any branch if there are none on the default branch - this should be unnecessary if you have your default branch configured correctly
- v3-dep-
# Save dependency cache
- save_cache:
key: v3-dep-{{ .Branch }}-{{ epoch }}
Expand Down

0 comments on commit 3983a09

Please sign in to comment.