remove npm i react & react-dom

This commit is contained in:
sorrelbri 2020-02-10 22:12:52 -08:00
parent 316396f218
commit e42a300e36

View file

@ -43,7 +43,7 @@ jobs:
- node_modules - node_modules
key: key:
v1-dependencies-{{ checksum "package-lock.json" }} v1-dependencies-{{ checksum "package-lock.json" }}
- run: npm install react # - run: npm install react
- run: npm install react-dom # - run: npm install react-dom
# run tests! # run tests!
- run: npm test - run: npm test