async function runCommands()

in powerbi-visual-builder/build.js [76:81]


async function runCommands(sequence) {
  for (const cmd of sequence) {
    console.log("Build: " + cmd);
    await multirun.run(COMMANDS[cmd]);
  }
}