diff --git a/packages/nx/src/adapter/decorate-cli.ts b/packages/nx/src/adapter/decorate-cli.ts index d480dc04d4..3b61e5fc49 100644 --- a/packages/nx/src/adapter/decorate-cli.ts +++ b/packages/nx/src/adapter/decorate-cli.ts @@ -1,9 +1,11 @@ +// TODO(v22): remove this file + import { readFileSync, writeFileSync } from 'fs'; import { output } from '../utils/output'; export function decorateCli() { output.warn({ - title: `Decoration of the Angular CLI is deprecated and will be removed in a future version`, + title: `Decoration of the Angular CLI is deprecated and will be removed in Nx v22`, bodyLines: [ `Please replace usage of "ng " in any scripts, particularly for CI, with "nx "`, ],