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

Method Clean

tools/mage/js_sdk.go:132–135  ·  view source on GitHub ↗

Clean clears all transpiled files.

()

Source from the content-addressed store, hash-verified

130
131// Clean clears all transpiled files.
132func (k JsSDK) Clean() {
133 mg.Deps(JsSDK.DefinitionsClean)
134 sh.Rm(filepath.Join("sdk", "js", "dist"))
135}
136
137// CleanDeps removes all installed node packages (rm -rf node_modules).
138func (JsSDK) CleanDeps() {

Callers

nothing calls this directly

Calls 2

JoinMethod · 0.65
DepsMethod · 0.45

Tested by

no test coverage detected