nx
Version:
10 lines (9 loc) • 478 B
TypeScript
import type { Tree } from '../../generators/tree';
/**
* The deprecated releaseTag* flat properties were removed in Nx 23. Re-run the
* v22 consolidation for any workspaces that still have the legacy keys (e.g.,
* configs added manually after the v22 migration ran). Runs automatically as
* part of `nx migrate` and is also triggered by `nx repair` when the runtime
* detects legacy keys still present in `nx.json`.
*/
export default function (tree: Tree): Promise<void>;