MCPcopy Create free account
hub / github.com/clauderic/react-tiny-virtual-list / cleanIntermediateBuild

Function cleanIntermediateBuild

config/build.js:54–56  ·  view source on GitHub ↗
(callback = () => {})

Source from the content-addressed store, hash-verified

52}
53
54function cleanIntermediateBuild(callback = () => {}) {
55 return new Promise((resolve) => rimraf(intermediateBuild, resolve));
56}

Callers 1

build.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…