From 252e0b6d9b9e723e5838a2cc4de6dd2f8d9c3546 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:23:52 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f63e29..3adc6c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,6 +28,6 @@ workflows: - checkout # check out the code in the project directory - run: - restore_cache: - key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - paths: - - node_modules \ No newline at end of file + key: npm-v1-dependencies-{{ checksum "yarn.lock" }} + paths: + - node_modules \ No newline at end of file