Skip to content

Commit

Permalink
Add npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoroque06 committed Aug 9, 2022
1 parent a2b1e69 commit 37029b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions completers/npm_completer/cmd/runScript.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 37029b3

Please sign in to comment.