Skip to content

Commit

Permalink
CircleCI: Restore from cache on demo-deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenonym committed Aug 22, 2019
1 parent 626d949 commit 54b05f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run:
name: Install jsonpanel-next dependencies
command: npm install
Expand Down

0 comments on commit 54b05f8

Please sign in to comment.