From 3edbac0e36d43fd399ef5f567be7aa8e2b8b6312 Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:48:38 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4a0c5b1..73991ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,4 +15,5 @@ jobs: steps: - checkout # check out the code in the project directory - run: yarn install - - save_cache: key:npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file + - save_cache: + key: npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file