MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/release/publish/pnpm-versioning.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12// TODO(josephperrott): Remove this version check once we no longer support v19
13
14export class PnpmVersioning {
15 static isUsingPnpm(repoPath: string) {
16 // If there is only a pnpm lock file at the workspace root, we assume pnpm
17 // is the primary package manager. We can remove such checks in the future.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected