MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / pmRunCommand

Function pmRunCommand

packages/bumpy/src/commands/ci.ts:1264–1269  ·  view source on GitHub ↗
(pm: PackageManager)

Source from the content-addressed store, hash-verified

1262}
1263
1264function pmRunCommand(pm: PackageManager): string {
1265 if (pm === 'bun') return 'bunx bumpy';
1266 if (pm === 'pnpm') return 'pnpm exec bumpy';
1267 if (pm === 'yarn') return 'yarn bumpy';
1268 return 'npx bumpy';
1269}
1270
1271/** Install command for a `name@spec` package spec, in the PR's package manager */
1272function pmInstallCommand(pm: PackageManager, spec: string): string {

Callers 3

formatReleasePlanCommentFunction · 0.85
formatNoBumpFilesCommentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…