diff --git a/.circleci/config.yml b/.circleci/config.yml index 7831c28f79..324b4d9493 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,7 +66,7 @@ jobs: - restore_cache: keys: - - cache-{{ checksum "package-lock.json" }}-{{ checksum "combined-package-lok.txt" }}-{{ checksum "combined-patch-file.txt" }} + - cache-{{ checksum "package-lock.json" }}-{{ checksum "combined-package-lock.txt" }}-{{ checksum "combined-patch-file.txt" }} - run: name: Install dependencies