10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31675cc commit a88fea1Copy full SHA for a88fea1
package.json
@@ -28,6 +28,7 @@
28
"start": "node node_modules/react-native/local-cli/cli.js start",
29
"test-android": "cd android && gradlew installRelease",
30
"release-android": "cd android && gradlew assembleRelease",
31
+ "release-ios": "react-native unbundle --entry-file index.ios.js --platform ios --dev false",
32
"update-android": "code-push release-react cnblogs android",
33
"update-android-production": "code-push promote cnblogs Staging Production"
34
},
0 commit comments