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