diff --git a/.circleci/config.yml b/.circleci/config.yml index 06572e1..f541888 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,5 +7,5 @@ jobs: - checkout # check out the code in the project directory - run: yarn global add node-gyp && yarn install - restore_cache: - keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file + keys: + - npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file