MCPcopy Create free account
hub / github.com/Silentely/eSIM-Tools / removeDist

Function removeDist

scripts/build-static.js:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20];
21
22async function removeDist() {
23 await fs.promises.rm(distDir, { recursive: true, force: true });
24}
25
26async function copyEntry(entry) {
27 const from = path.join(projectRoot, entry);

Callers 1

build-static.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected