Skip to content

Commit

Permalink
Merge branch 'canary' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Oct 30, 2019
2 parents 86b8d43 + 17d7544 commit 319ee0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/next/cli/next-export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const nextExport: cliCommand = argv => {
'--silent': Boolean,
'--outdir': String,
'--threads': Number,
'--concurrency': Number,

// Aliases
'-h': '--help',
Expand Down Expand Up @@ -54,7 +53,6 @@ const nextExport: cliCommand = argv => {
const options = {
silent: args['--silent'] || false,
threads: args['--threads'],
concurrency: args['--concurrency'],
outdir: args['--outdir'] ? resolve(args['--outdir']) : join(dir, 'out'),
}

Expand Down

0 comments on commit 319ee0f

Please sign in to comment.