add react and react-dom install to circleci config
This commit is contained in:
parent
6ce03c3449
commit
8b1ef3dbff
3 changed files with 894 additions and 9 deletions
|
@ -45,6 +45,7 @@ jobs:
|
|||
- node_modules
|
||||
key:
|
||||
v1-dependencies-{{ checksum "package-lock.json" }}
|
||||
- run: npm build
|
||||
- run: npm install react
|
||||
- run: npm install react-dom
|
||||
# run tests!
|
||||
- run: npm test
|
894
package-lock.json
generated
894
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -5,18 +5,12 @@
|
|||
"test": "lerna run test",
|
||||
"bootstrap": "lerna bootstrap"
|
||||
},
|
||||
"presets": [
|
||||
["@babel/preset-flow", {
|
||||
"all": true
|
||||
}]
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/preset-flow": "^7.8.3",
|
||||
"@testing-library/jest-dom": "^4.2.4",
|
||||
"@testing-library/react": "^9.4.0",
|
||||
"chai": "^4.2.0",
|
||||
"chai-http": "^4.3.0",
|
||||
"flow-bin": "^0.114.0",
|
||||
"lerna": "^3.20.2",
|
||||
"mocha": "^7.0.0",
|
||||
"react-test-renderer": "^16.12.0"
|
||||
|
|
Loading…
Reference in a new issue