From e6c77b1765dedced3f241e9f5830f12abce59d82 Mon Sep 17 00:00:00 2001 From: AgentEnder Date: Mon, 27 Feb 2023 14:27:36 -0500 Subject: [PATCH] fix(misc): fix description for @nrwl/workspace:fix-configuration --- .../packages/workspace/generators/fix-configuration.json | 4 ++-- .../src/generators/convert-to-nx-project/schema.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/generated/packages/workspace/generators/fix-configuration.json b/docs/generated/packages/workspace/generators/fix-configuration.json index 6a1bc1a56305f..e46f4a30f0ec6 100644 --- a/docs/generated/packages/workspace/generators/fix-configuration.json +++ b/docs/generated/packages/workspace/generators/fix-configuration.json @@ -4,8 +4,8 @@ "schema": { "$schema": "http://json-schema.org/schema", "$id": "SchematicsConvertToNxProject", - "title": "Create a custom target to run any command", - "description": "Create a custom target to run any command.", + "title": "@nrwl/workspace:fix-configuration", + "description": "Migrates v1 config to v2 standalone configuration.", "type": "object", "cli": "nx", "examples": [ diff --git a/packages/workspace/src/generators/convert-to-nx-project/schema.json b/packages/workspace/src/generators/convert-to-nx-project/schema.json index 851e326f90f41..3255c0e07a7fe 100644 --- a/packages/workspace/src/generators/convert-to-nx-project/schema.json +++ b/packages/workspace/src/generators/convert-to-nx-project/schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/schema", "$id": "SchematicsConvertToNxProject", - "title": "Create a custom target to run any command", - "description": "Create a custom target to run any command.", + "title": "@nrwl/workspace:fix-configuration", + "description": "Migrates v1 config to v2 standalone configuration.", "type": "object", "cli": "nx", "examples": [