MCPcopy Create free account
hub / github.com/expo/eas-cli / getTemporaryScriptsDirPath

Function getTemporaryScriptsDirPath

packages/steps/src/BuildTemporaryFiles.ts:35–37  ·  view source on GitHub ↗
(ctx: BuildStepGlobalContext, stepId: string)

Source from the content-addressed store, hash-verified

33}
34
35function getTemporaryScriptsDirPath(ctx: BuildStepGlobalContext, stepId: string): string {
36 return path.join(getTemporaryStepDirPath(ctx, stepId), 'scripts');
37}
38
39export function getTemporaryOutputsDirPath(ctx: BuildStepGlobalContext, stepId: string): string {
40 return path.join(getTemporaryStepDirPath(ctx, stepId), 'outputs');

Callers 1

Calls 1

getTemporaryStepDirPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…