This commit is contained in:
CeciliaAvila 2024-11-19 10:47:58 -03:00
Родитель 0f918f1bd7
Коммит 445c8c7ce5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -100,7 +100,7 @@ export const command = (argv: string[], quiet = false) => async (): Promise<Resu
];
// Collect all workspaces from the repo root. Returns workspaces with absolute paths.
const workspaces = await collectWorkspacePackages(repoRoot, projects);
const workspaces = await collectWorkspacePackages(repoRoot, projects);
// Build an object mapping a package name to its new, updated version
const workspaceVersions = workspaces.reduce<Record<string, string>>(