Skip to content

Commit a88fea1

Browse files
committed
add ios release command
1 parent 31675cc commit a88fea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +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",
3132
"update-android": "code-push release-react cnblogs android",
3233
"update-android-production": "code-push promote cnblogs Staging Production"
3334
},

0 commit comments

Comments
 (0)