From 86ac46be3128447654836c359fc5e93adc90c4a1 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Wed, 20 Oct 2021 19:57:46 +0200 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 f3b102b..af21b43 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: - restore_cache: keys: - dependencies-{{ checksum "package.json" }}-v1 - # fallback to using the latest cache if no exact match is found + # fallback to using the latest cache if no exact match is foun - dependencies- - run: yarn install - save_cache: