Skip to content

Commit 1e43d57

Browse files
committed
update ios build command
1 parent a88fea1 commit 1e43d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"start": "node node_modules/react-native/local-cli/cli.js start",
2929
"test-android": "cd android && gradlew installRelease",
3030
"release-android": "cd android && gradlew assembleRelease",
31-
"release-ios": "react-native unbundle --entry-file index.ios.js --platform ios --dev false",
31+
"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",
3232
"update-android": "code-push release-react cnblogs android",
3333
"update-android-production": "code-push promote cnblogs Staging Production"
3434
},

0 commit comments

Comments
 (0)