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

Method deps

tools/mage/js.go:114–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (js Js) deps() error {
115 if mg.Verbose() {
116 fmt.Println("Installing JS dependencies")
117 }
118 return runYarn("install", "--no-progress", "--production=false", "--check-files")
119}
120
121// Deps installs the javascript dependencies.
122func (js Js) Deps() error {

Callers 1

DepsMethod · 0.95

Calls 1

runYarnFunction · 0.85

Tested by

no test coverage detected