From 9750c70873cf3ee0eff2afafcb281ee5b68f4198 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Wed, 21 Nov 2018 10:58:03 -0600 Subject: [PATCH] chore: update circle-ci caching --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d178627..a8d5d47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,13 +8,13 @@ jobs: - checkout - restore_cache: keys: - - package-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }} + - package-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }} - package- # Fallback for the latest package.json cache - run: name: setup command: .circleci/setup.sh - save_cache: - key: package-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }} + key: package-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }} paths: - node_modules - run: