MCPcopy Index your code
hub / github.com/browserless/browserless / buildTypeScript

Function buildTypeScript

src/sdk-utils.ts:137–140  ·  view source on GitHub ↗
(
  buildDir: string,
  projectDir: string,
)

Source from the content-addressed store, hash-verified

135): Promise<void> => waitForCommand(cmd, projectDir);
136
137export const buildTypeScript = async (
138 buildDir: string,
139 projectDir: string,
140): Promise<void> => waitForCommand(`npx tsc --outDir ${buildDir}`, projectDir);

Callers 1

buildFunction · 0.85

Calls 1

waitForCommandFunction · 0.85

Tested by

no test coverage detected