MCPcopy
hub / github.com/claude-code-best/claude-code / build.ts

File build.ts

packages/workflow-engine/scripts/build.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mkdir, rm } from 'node:fs/promises'
2
3const ROOT = new URL('../', import.meta.url)
4const DIST = new URL('../dist/', import.meta.url)

Callers

nothing calls this directly

Calls 4

rmFunction · 0.85
mkdirFunction · 0.85
errorMethod · 0.65
spawnMethod · 0.45

Tested by

no test coverage detected