MCPcopy Create free account
hub / github.com/alovajs/devtools / run

Function run

scripts/release.ts:7–9  ·  view source on GitHub ↗
(cmd: string)

Source from the content-addressed store, hash-verified

5import { deleteReleasePlan, loadReleasePlan, releasePlanPath } from './utils/release-plan'
6
7function run(cmd: string) {
8 execSync(cmd, { stdio: 'inherit' })
9}
10
11function getWorkspacePackageInfo() {
12 const map = new Map<string, { private: boolean, hasReleaseScript: boolean }>()

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected