export const WITH_ACTION_DONE = (project: Project) =>
  mountSuccessPrefixedMessage(
    `All tasks for ${chalk.yellow(project.getAlias())} has been executed!`,
  );