Skip to content

Commit

Permalink
Use '--bundlePath' default value of './ios/main.jsbundle'
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Elliott committed Oct 25, 2015
1 parent f3a9cd4 commit fde7f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/rnws.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ commonOptions(program.command('bundle'))
.description('Bundle the app for distribution.')
.option(
'-b, --bundlePath [path]',
'Path where the bundle should be written. [./iOS/main.jsbundle]',
'./iOS/main.jsbundle'
'Path where the bundle should be written. [./ios/main.jsbundle]',
'./ios/main.jsbundle'
)
.option(
'--no-optimize',
Expand Down

0 comments on commit fde7f9b

Please sign in to comment.