MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / execYarn

Function execYarn

tools/mage/js.go:40–43  ·  view source on GitHub ↗
(stdout, stderr io.Writer, args ...string)

Source from the content-addressed store, hash-verified

38}
39
40func execYarn(stdout, stderr io.Writer, args ...string) error {
41 _, err := sh.Exec(nil, stdout, stderr, "yarn", args...)
42 return err
43}
44
45func runYarn(args ...string) error {
46 return sh.Run("yarn", args...)

Callers 1

MessagesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected