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": [