Skip to content

Commit ce27689

Browse files
committed
Bundle generation
1 parent 6aa8724 commit ce27689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"ios": "react-native run-ios",
88
"start": "react-native start",
99
"test": "jest",
10+
"bundle_ios_dev": "react-native bundle --entry-file index.js --platform ios --dev true --bundle-output ios/main.jsbundle",
11+
"bundle_ios": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle",
1012
"lint": "eslint ."
1113
},
1214
"dependencies": {

0 commit comments

Comments
 (0)