UNPKG

@decaf-ts/utils

Version:

module management utils for decaf-ts

14 lines 528 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.NpmLinkCommand() .execute() .then(() => index_js_1.NpmLinkCommand.log.info("NPM link operation completed successfully")) .catch((error) => { index_js_1.NpmLinkCommand.log.error(`Failed to link npm modules`, error); process.exit(1); }); //# sourceMappingURL=npm-link.js.map //# sourceMappingURL=npm-link.cjs.map