diff --git a/.circleci/config.yml b/.circleci/config.yml index ed0e0f5..e15de19 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,7 @@ jobs: - node_modules key: v1-dependencies-{{ checksum "package-lock.json" }} - - run: npm install react - - run: npm install react-dom + # - run: npm install react + # - run: npm install react-dom # run tests! - run: npm test \ No newline at end of file