diff --git a/.circleci/config.yml b/.circleci/config.yml index e15de19..ed0e0f5 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