Skip to content

Commit

Permalink
chore(cli): move ordering of next build --profile
Browse files Browse the repository at this point in the history
  • Loading branch information
samcx committed Apr 9, 2024
1 parent 2f9721e commit 0b0344f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/bin/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ program
)
.option('-d, --debug', 'Enables a more verbose build output.')

.option('--profile', 'Enables production profiling for React.')
.option('--no-lint', 'Disables linting.')
.option('--no-mangling', 'Disables mangling.')
.option('--profile', 'Enables production profiling for React.')
.option('--experimental-app-only', 'Builds only App Router routes.')
.addOption(new Option('--experimental-turbo').hideHelp())
.addOption(
Expand Down

0 comments on commit 0b0344f

Please sign in to comment.