From 5bd9ca1de3dc75997a50ea58952053e46d9d67a0 Mon Sep 17 00:00:00 2001 From: sorrelbri Date: Mon, 10 Feb 2020 22:17:11 -0800 Subject: [PATCH] undo previous commit - readd npm i react & react-dom to circleci/config --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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