diff --git a/docs/generated/packages/node/generators/library.json b/docs/generated/packages/node/generators/library.json index 15a267219010e..1e4bf24954934 100644 --- a/docs/generated/packages/node/generators/library.json +++ b/docs/generated/packages/node/generators/library.json @@ -25,7 +25,8 @@ "directory": { "type": "string", "description": "A directory where the lib is placed", - "alias": "dir" + "alias": "dir", + "x-priority": "important" }, "projectNameAndRootFormat": { "description": "Whether to generate the project name and root directory as provided (`as-provided`) or generate them composing their values and taking the configured layout into account (`derived`).", diff --git a/packages/node/src/generators/library/schema.json b/packages/node/src/generators/library/schema.json index 2bf7cb184627e..c706806527fe7 100644 --- a/packages/node/src/generators/library/schema.json +++ b/packages/node/src/generators/library/schema.json @@ -25,7 +25,8 @@ "directory": { "type": "string", "description": "A directory where the lib is placed", - "alias": "dir" + "alias": "dir", + "x-priority": "important" }, "projectNameAndRootFormat": { "description": "Whether to generate the project name and root directory as provided (`as-provided`) or generate them composing their values and taking the configured layout into account (`derived`).",