Skip to content

Commit

Permalink
Added build:iso script to src/package.json
Browse files Browse the repository at this point in the history
to fix missing main.jsbundle in the xcode project I followed the instruction from https://onexlab-io.medium.com/main-jsbundle-does-not-exist-fixed-7d92f466ba5a
  • Loading branch information
kadewe committed Jul 6, 2023
1 parent 09b43ac commit 70e3c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "standardx --env jest --env mocha | snazzy",
"lint:fix": "standardx --fix --env jest --env mocha | snazzy",
"test": "node_modules/.bin/jest --coverage",
"docs": "jsdoc -c jsdoc.conf.json"
"docs": "jsdoc -c jsdoc.conf.json",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
},
"dependencies": {
"@babel/preset-react": "^7.16.0",
Expand Down

0 comments on commit 70e3c56

Please sign in to comment.