UNPKG

@process-engine/ci_tools

Version:
12 lines 523 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.run = void 0; const prepare_version_1 = require("../prepare-version"); const setup_git_and_npm_connections_1 = require("./setup-git-and-npm-connections"); const BADGE = '[auto-publish-if-applicable]\t'; async function run(...args) { console.log(`${BADGE}`); return (0, setup_git_and_npm_connections_1.run)(...args) && (0, prepare_version_1.run)(...args); } exports.run = run; //# sourceMappingURL=auto-publish-if-applicable.js.map