diff --git a/.circleci/config.yml b/.circleci/config.yml index 8bbc74b..0778f7b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,8 +7,8 @@ jobs: username: mydockerhub-user password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - - restore_cache: - keys: - - m2-npm-v1-dependencies-{{ checksum "yarn.lock" }} - checkout # check out the code in the project directory - - run: yarn install \ No newline at end of file + - run: yarn install + - restore_cache: + keys: + - m2-npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file