| 12 | // TODO(josephperrott): Remove this version check once we no longer support v19 |
| 13 | |
| 14 | export 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. |
nothing calls this directly
no outgoing calls
no test coverage detected