From dee5c48873b83c34512be897638f6cdfe38a987c Mon Sep 17 00:00:00 2001 From: Jake Bolam Date: Sat, 26 Jan 2019 23:18:06 -0500 Subject: [PATCH] infra: use package.json sha too --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9544a262..87629513 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,13 +12,13 @@ commands: path: ~/repo - restore_cache: name: Restore node_modules cache - key: all-contributors-bot-{{ checksum "yarn.lock" }}-{{ .Branch }} + key: all-contributors-bot-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Branch }} save_env_cache: description: Saves environment cache steps: - save_cache: name: Save node_modules cache - key: all-contributors-bot-{{ checksum "yarn.lock" }}-{{ .Branch }} + key: all-contributors-bot-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Branch }} paths: - node_modules/