Skip to content

Commit

Permalink
feat: alias ntl dev to ntl develop (#4709)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
sgrove and kodiakhq[bot] authored Jul 26, 2022
1 parent 198fad5 commit 2260fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/dev/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ const createDevCommand = (program) => {

return program
.command('dev')
.alias('develop')
.description(
`Local dev server\nThe dev command will run a local dev server with Netlify's proxy and redirect rules`,
)
Expand Down

1 comment on commit 2260fff

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 221 MB

Please sign in to comment.