fix
Showing
android @ 21bc5a47
| ... | @@ -5,7 +5,6 @@ | ... | @@ -5,7 +5,6 @@ |
| "scripts": { | "scripts": { | ||
| "android": "react-native run-android", | "android": "react-native run-android", | ||
| "start": "react-native start --port 8082", | "start": "react-native start --port 8082", | ||
| "test": "jest", | |||
| "lint": "eslint --ext .js index.js src", | "lint": "eslint --ext .js index.js src", | ||
| "apk": "cd android && ./gradlew app:assembleRelease && cp ./app/build/outputs/apk/release/app-release.apk ../fcounter.apk", | "apk": "cd android && ./gradlew app:assembleRelease && cp ./app/build/outputs/apk/release/app-release.apk ../fcounter.apk", | ||
| "android-staging": "code-push release-react ZmFaceCounter-android android -t '1.0.0' --des '1.3.20'", | "android-staging": "code-push release-react ZmFaceCounter-android android -t '1.0.0' --des '1.3.20'", | ||
| ... | @@ -13,9 +12,6 @@ | ... | @@ -13,9 +12,6 @@ |
| "android-history": "code-push deployment history ZmFaceCounter-android Production", | "android-history": "code-push deployment history ZmFaceCounter-android Production", | ||
| "android-rollback": "code-push rollback ZmFaceCounter-android Production" | "android-rollback": "code-push rollback ZmFaceCounter-android Production" | ||
| }, | }, | ||
| "pre-commit": [ | |||
| "lint" | |||
| ], | |||
| "dependencies": { | "dependencies": { | ||
| "@react-native-community/async-storage": "1.11.0", | "@react-native-community/async-storage": "1.11.0", | ||
| "antd-mobile-rn": "2.3.3", | "antd-mobile-rn": "2.3.3", | ||
| ... | ... |
Please
register
or
sign in
to comment