Skip to content

Commit b21a9d7

Browse files
committed
[CIRCLE_CI]: cache restore added
1 parent c780f53 commit b21a9d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- image: circleci/node:latest
2626
steps:
2727
- checkout
28+
- restore_cache:
29+
key: dependency-cache-{{ checksum "package-lock.json" }}
2830
- run:
2931
name: Test
3032
command: npm test

0 commit comments

Comments
 (0)