diff --git a/completers/npm_completer/cmd/runScript.go b/completers/npm_completer/cmd/runScript.go index 92fab851a1..28a114c081 100644 --- a/completers/npm_completer/cmd/runScript.go +++ b/completers/npm_completer/cmd/runScript.go @@ -8,9 +8,10 @@ import ( ) var runScriptCmd = &cobra.Command{ - Use: "run-script", - Short: "Run arbitrary package scripts", - Run: func(cmd *cobra.Command, args []string) {}, + Use: "run-script", + Short: "Run arbitrary package scripts", + Aliases: []string{"run"}, + Run: func(cmd *cobra.Command, args []string) {}, } func init() {