diff --git a/.circleci/config.yml b/.circleci/config.yml index 73991ae..56cc66b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,4 +16,4 @@ jobs: - checkout # check out the code in the project directory - run: yarn install - save_cache: - key: npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file + key: npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file