UNPKG

@decaf-ts/utils

Version:

module management utils for decaf-ts

14 lines 519 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.NpmTokenCommand() .execute() .then(() => index_js_1.NpmTokenCommand.log.info("token links updated successfully")) .catch((error) => { index_js_1.NpmTokenCommand.log.error(`Failed to link tokens`, error); process.exit(1); }); //# sourceMappingURL=npm-token.js.map //# sourceMappingURL=npm-token.cjs.map