diff --git a/.circleci/config.yml b/.circleci/config.yml index 880bcfe..262f4ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,4 +47,4 @@ jobs: - checkout - restore_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - - run: yarn test:ci \ No newline at end of file + - run: yarn test \ No newline at end of file