undo previous commit - readd npm i react & react-dom to circleci/config

This commit is contained in:
sorrelbri 2020-02-10 22:17:11 -08:00
parent e42a300e36
commit 5bd9ca1de3

View file

@ -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