From 3890d5a4ed4df4270570e5d479a40766f3de1759 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:15:22 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 82ad863..d99bf28 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,5 +7,8 @@ jobs: username: mydockerhub-user password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: + - restore_cache: + keys: + - npm-v1-dependencies-{{ checksum "yarn.lock" }} - checkout # check out the code in the project directory - - run: echo "hello world" # run the `echo` command \ No newline at end of file + - run: yarn install \ No newline at end of file