From 3a7a090487a9240dc316069e6c4c48316a0eb81e Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:51:05 +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 73991ae..56cc66b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,4 +16,4 @@ jobs: - 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 + key: npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file