UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

10 lines (9 loc) 478 B
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>;