UNPKG

@decaf-ts/utils

Version:

module management utils for decaf-ts

14 lines 530 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* istanbul ignore file */ const index_js_1 = require("./../cli/commands/index.cjs"); new index_js_1.RunAllCommand() .execute() .then(() => index_js_1.RunAllCommand.log.info("Run-all command completed successfully")) .catch((error) => { index_js_1.RunAllCommand.log.error(`Failed to run command across modules`, error); process.exit(1); }); //# sourceMappingURL=run-all.js.map //# sourceMappingURL=run-all.cjs.map