MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / build.ts

File build.ts

apps/cli/src/build.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { cp, mkdir, rm, writeFile, chmod } from "node:fs/promises";
2import { existsSync } from "node:fs";
3import { createRequire } from "node:module";
4import { resolve, join, dirname } from "node:path";

Callers

nothing calls this directly

Calls 10

resolveTargetsFromEnvFunction · 0.85
buildBinariesFunction · 0.85
buildWrapperPackageFunction · 0.85
buildPreviewTarballsFunction · 0.85
createReleaseAssetsFunction · 0.85
logMethod · 0.80
parseArgsFunction · 0.70
publishFunction · 0.70
resolveFunction · 0.50

Tested by

no test coverage detected