MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / makeProjectDir

Function makeProjectDir

packages/cli/src/utils/publishProject.test.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13} from "./publishProject.js";
14
15function makeProjectDir(): string {
16 return mkdtempSync(join(tmpdir(), "hf-publish-"));
17}
18
19describe("createPublishArchive", () => {
20 it("packages the project and skips hidden files and node_modules", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected