From a9033a031f34e372b8a8c58805711e309d8ad2f1 Mon Sep 17 00:00:00 2001 From: NicolasLepinette <55684429+NicolasLepinette@users.noreply.github.com> Date: Mon, 2 Nov 2020 11:24:46 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 28a331b..46d887d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,6 @@ jobs: - run: yarn format:check - run: yarn test:ci - save_cache: - key: yarn-packages-{{ checksum "yarn.lock" }} + key: yarn-packages-{{ checksum "yarn.lcok" }} paths: - ./node_modules