diff --git a/.circleci/config.yml b/.circleci/config.yml index 8338d4cc..c152acb2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,7 +33,7 @@ jobs: - save_cache: paths: - node_modules - key: dependencies-{{ .Branch }}-{{ checksum "yarn.lock"}} + key: dependencies-{{ .Branch }}-{{ checksum "yarn.lock" }} # run tests! - run: yarn test --runInBand