MCPcopy
hub / github.com/vuejs/vuex / step

Function step

scripts/release.js:23–23  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

21const bin = (name) => path.resolve(__dirname, `../node_modules/.bin/${name}`)
22const run = (bin, args, opts = {}) => execa(bin, args, { stdio: 'inherit', ...opts })
23const step = (msg) => console.log(chalk.cyan(msg))
24
25async function main() {
26 let targetVersion

Callers 1

mainFunction · 0.85

Calls 1

logMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…