readd react and react-dom to ci pipeline

This commit is contained in:
Sorrel Bri 2020-04-16 23:39:29 -07:00
parent dde97e2a1f
commit aa2c9084e5

View file

@ -43,8 +43,8 @@ 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
# ! temporary fix for deprecated package: minimist
- run: npm audit --audit-level=moderate