undo previous commit - readd npm i react & react-dom to circleci/config
This commit is contained in:
parent
e42a300e36
commit
5bd9ca1de3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue