Skip to content

Commit

Permalink
Merge pull request #228 from RyanJarv/fix/create_dist
Browse files Browse the repository at this point in the history
Add channel param to create_dist
  • Loading branch information
RyanJarv authored May 25, 2018
2 parents 46eacca + f6adb64 commit 2e9c470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ program
.option('--debug_build <debug_build>', 'keep debugging symbols')
.option('--official_build <official_build>', 'force official build settings')
.option('--no_branding_update', 'don\'t copy BRANDING to the chrome theme dir')
.option('--channel <target_chanel>', 'target channel to build', /^(beta|canary|dev|release)$/i, 'release')
.action(createDist)

program
Expand Down

0 comments on commit 2e9c470

Please sign in to comment.