From 6761b5a4c4410d76ad7313a0bdb94cc33a0eeb17 Mon Sep 17 00:00:00 2001 From: Zelleg Date: Mon, 11 Oct 2021 12:02:46 +0200 Subject: [PATCH] first version of TP (step 4 done) --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index dfef040..3c7bb25 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,6 +8,8 @@ jobs: password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - checkout # check out the code in the project directory + - restore_cache: + key: npm-v4-dependencies-{{ checksum "yarn.lock" }} - run: yarn install - save_cache: key: npm-v4-dependencies-{{ checksum "yarn.lock" }}