diff --git a/common/hexec/exec.go b/common/hexec/exec.go index 12775bd1ce8..49291354dd0 100644 --- a/common/hexec/exec.go +++ b/common/hexec/exec.go @@ -143,8 +143,18 @@ func (e *Exec) New(name string, arg ...any) (Runner, error) { return cm.command(arg...) } -// Npx is a convenience method to create a Runner running npx --no-install