MCPcopy
hub / github.com/alibaba/pont / run

Function run

scripts/release.js:23–23  ·  view source on GitHub ↗
(bin, args, opts = {})

Source from the content-addressed store, hash-verified

21const inc = (i) => semver.inc(currentVersion, i, preId);
22const bin = (name) => path.resolve(__dirname, '../node_modules/.bin/' + name);
23const run = (bin, args, opts = {}) => execa(bin, args, { stdio: 'inherit', ...opts });
24const getPkgRoot = (pkg) => path.resolve(__dirname, '../packages/' + pkg);
25
26async function main() {

Callers 2

mainFunction · 0.85
publishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected