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

Method runYarnCommandV

tools/mage/js.go:57–59  ·  view source on GitHub ↗
(cmd string, args ...string)

Source from the content-addressed store, hash-verified

55}
56
57func (Js) runYarnCommandV(cmd string, args ...string) error {
58 return runYarnV(append([]string{"run", cmd}, args...)...)
59}
60
61func (js Js) runWebpack(config string, args ...string) error {
62 return js.runYarnCommand("webpack", append([]string{fmt.Sprintf("--config=%s", config)}, args...)...)

Callers 2

ServeMethod · 0.95
StorybookMethod · 0.95

Calls 1

runYarnVFunction · 0.85

Tested by

no test coverage detected