UNPKG

@decaf-ts/utils

Version:

module management utils for decaf-ts

10 lines 364 B
/* istanbul ignore file */ import { RunAllCommand } from "./../cli/commands/index.js"; new RunAllCommand() .execute() .then(() => RunAllCommand.log.info("Run-all command completed successfully")) .catch((error) => { RunAllCommand.log.error(`Failed to run command across modules`, error); process.exit(1); }); //# sourceMappingURL=run-all.js.map