( cmd: string, projectDir: string, )
| 130 | }; |
| 131 | |
| 132 | export const buildDockerImage = async ( |
| 133 | cmd: string, |
| 134 | projectDir: string, |
| 135 | ): Promise<void> => waitForCommand(cmd, projectDir); |
| 136 | |
| 137 | export const buildTypeScript = async ( |
| 138 | buildDir: string, |
no test coverage detected