Skip to content

Commit

Permalink
Correctly parse config option
Browse files Browse the repository at this point in the history
  • Loading branch information
tabazevedo committed Apr 28, 2023
1 parent ac69729 commit 32bc5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ program
.arguments('[path]')
.option('-p, --port <n>', 'port, defaults to 3030', Number)
.option('-d, --dir [path]', 'run jetpack in the context of this directory')
.option('-c, --config', 'config file to use, defaults to jetpack.config.js')
.option('-c, --config [path]', 'config file to use, defaults to jetpack.config.js')
.option('-r, --no-hot', 'disable hot reloading', null)
.option('-u, --no-minify', 'disable minification', null)
.option('-m, --modern', 'build a modern bundle')
Expand Down

0 comments on commit 32bc5e8

Please sign in to comment.