Searched refs:runCommand (Results 1 – 1 of 1) sorted by relevance
26 await runCommand(`rm -rf ${OUT_TOP}`);144 await runCommand(`mkdir -p ${outDir}`)145 await runCommand(commandBuildJson);146 await runCommand(commandBuildJs);147 await runCommand(commandBuildTs);150 function runCommand(command) { function