Skip to content

Commit

Permalink
fix: help
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Apr 15, 2021
1 parent 5f21532 commit 9a00779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/lib/webpack-cli.js
Expand Up @@ -644,7 +644,7 @@ class WebpackCLI {
const externalBuiltInCommandsInfo = [
{
name: 'serve [entries...]',
alias: 's',
alias: ['server', 's'],
pkg: '@webpack-cli/serve',
},
{
Expand Down

0 comments on commit 9a00779

Please sign in to comment.