MCPcopy
hub / github.com/vuejs/core / publishOnly

Function publishOnly

scripts/release.js:519–526  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

517}
518
519async function publishOnly() {
520 const targetVersion = positionals[0]
521 if (targetVersion) {
522 updateVersions(targetVersion)
523 }
524 await buildPackages()
525 await publishPackages(currentVersion)
526}
527
528const fnToRun = args.publishOnly ? publishOnly : main
529

Callers

nothing calls this directly

Calls 3

updateVersionsFunction · 0.85
buildPackagesFunction · 0.85
publishPackagesFunction · 0.85

Tested by

no test coverage detected