Skip to content

Commit 54b05f8

Browse files
committed
CircleCI: Restore from cache on demo-deploy job
1 parent 626d949 commit 54b05f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
working_directory: ~/repo
2727
steps:
2828
- checkout
29+
- restore_cache:
30+
keys:
31+
- v1-dependencies-{{ checksum "package.json" }}
32+
# fallback to using the latest cache if no exact match is found
33+
- v1-dependencies-
2934
- run:
3035
name: Install jsonpanel-next dependencies
3136
command: npm install

0 commit comments

Comments
 (0)