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 a88fea1 commit 1e43d57Copy full SHA for 1e43d57
package.json
@@ -28,7 +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",
+ "release-ios": "react-native bundle --entry-file index.ios.js --platform ios --dev false --bundle-output ./ios/bundle/index.ios.jsbundle --assets-dest ./ios/bundle",
32
"update-android": "code-push release-react cnblogs android",
33
"update-android-production": "code-push promote cnblogs Staging Production"
34
},
0 commit comments