|
7 | 7 | "ios": "react-native run-ios",
|
8 | 8 | "watch": "umi g rn --dev",
|
9 | 9 | "start": "react-native start",
|
10 |
| - "pree2e:run-android": "umi g rn", |
11 |
| - "e2e:build-android": "cd android && ./gradlew assembleDebug", |
| 10 | + "pree2e:android": "umi g rn", |
| 11 | + "e2e:build-android": "cd android && ./gradlew assembleRelease", |
12 | 12 | "e2e:run-android": "wdio ./android.wdio.config.js --reporters",
|
13 | 13 | "e2e:android": "yarn e2e:build-android && yarn e2e:run-android",
|
14 |
| - "pree2e:run-ios": "umi g rn", |
| 14 | + "pree2e:ios": "umi g rn", |
15 | 15 | "e2e:build-ios": "cd ios && rm -rf build && /usr/bin/xcodebuild -sdk iphonesimulator -scheme RNUMITestApp -workspace RNUMITestApp.xcworkspace -configuration Debug archive -archivePath \"build/RNUMITestApp.xcarchive\" CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO",
|
16 | 16 | "e2e:run-ios": "wdio ./ios.wdio.config.js --reporters",
|
17 | 17 | "e2e:ios": "yarn e2e:build-ios && yarn e2e:run-ios",
|
|
27 | 27 | "react-native-reanimated": "1.8.0",
|
28 | 28 | "react-native-safe-area-context": "1.0.0",
|
29 | 29 | "react-native-screens": "2.7.0",
|
30 |
| - "umi-react-native-multibundle": "file:../packages/umi-react-native-multibundle" |
| 30 | + "umi-react-native-multibundle": "latest" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 | 33 | "@babel/core": "^7.6.2",
|
|
44 | 44 | "appium": "^1.17.1",
|
45 | 45 | "metro-react-native-babel-preset": "^0.58.0",
|
46 | 46 | "umi": "^3.2.1",
|
47 |
| - "umi-plugin-antd-react-native": "file:../packages/umi-plugin-antd-react-native", |
48 |
| - "umi-preset-react-native": "file:../packages/umi-preset-react-native", |
49 |
| - "umi-preset-react-navigation": "file:../packages/umi-preset-react-navigation", |
50 |
| - "umi-renderer-react-navigation": "files:../packages/umi-renderer-react-navigation", |
| 47 | + "umi-plugin-antd-react-native": "latest", |
| 48 | + "umi-preset-react-native": "latest", |
| 49 | + "umi-preset-react-navigation": "latest", |
| 50 | + "umi-renderer-react-navigation": "latest", |
51 | 51 | "webdriverio": "^6.1.12"
|
52 | 52 | }
|
53 | 53 | }
|
0 commit comments