|
@ -6,8 +6,8 @@ |
|
|
"test": "jest --coverage", |
|
|
"test": "jest --coverage", |
|
|
"e2e": "cypress open", |
|
|
"e2e": "cypress open", |
|
|
"doc": "dumi dev", |
|
|
"doc": "dumi dev", |
|
|
"example": "APP_ROOT=example umi dev", |
|
|
"example": "concurrently \"APP_ROOT=example umi dev\" \"imove -d\"", |
|
|
"postinstall": "lerna init && lerna bootstrap" |
|
|
"postinstall": "lerna init && lerna bootstrap && npm link packages/cli" |
|
|
}, |
|
|
}, |
|
|
"jest": { |
|
|
"jest": { |
|
|
"projects": [ |
|
|
"projects": [ |
|
@ -35,6 +35,7 @@ |
|
|
"@types/jest": "^26.0.16", |
|
|
"@types/jest": "^26.0.16", |
|
|
"@typescript-eslint/eslint-plugin": "^2.29.0", |
|
|
"@typescript-eslint/eslint-plugin": "^2.29.0", |
|
|
"@typescript-eslint/parser": "^2.29.0", |
|
|
"@typescript-eslint/parser": "^2.29.0", |
|
|
|
|
|
"concurrently": "^5.3.0", |
|
|
"cypress": "^6.0.0", |
|
|
"cypress": "^6.0.0", |
|
|
"enzyme": "^3.11.0", |
|
|
"enzyme": "^3.11.0", |
|
|
"enzyme-adapter-react-16": "^1.15.5", |
|
|
"enzyme-adapter-react-16": "^1.15.5", |
|
|