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