diff --git a/docs/generated/packages/js/generators/library.json b/docs/generated/packages/js/generators/library.json index f9b5faf1c3..4ebe520993 100644 --- a/docs/generated/packages/js/generators/library.json +++ b/docs/generated/packages/js/generators/library.json @@ -59,10 +59,6 @@ "description": "The test environment to use if unitTestRunner is set to jest.", "default": "jsdom" }, - "importPath": { - "type": "string", - "description": "The library name used to import it, like @myorg/my-awesome-lib." - }, "pascalCaseFiles": { "type": "boolean", "description": "Use pascal case file names.", @@ -85,6 +81,11 @@ "description": "Generate a publishable library.", "x-priority": "important" }, + "importPath": { + "type": "string", + "description": "The library name used to import it, like @myorg/my-awesome-lib. Required for publishable library.", + "x-priority": "important" + }, "buildable": { "type": "boolean", "default": true, diff --git a/packages/js/src/generators/library/schema.json b/packages/js/src/generators/library/schema.json index f5d8a71ead..27db9ebdf5 100644 --- a/packages/js/src/generators/library/schema.json +++ b/packages/js/src/generators/library/schema.json @@ -59,10 +59,6 @@ "description": "The test environment to use if unitTestRunner is set to jest.", "default": "jsdom" }, - "importPath": { - "type": "string", - "description": "The library name used to import it, like @myorg/my-awesome-lib." - }, "pascalCaseFiles": { "type": "boolean", "description": "Use pascal case file names.", @@ -85,6 +81,11 @@ "description": "Generate a publishable library.", "x-priority": "important" }, + "importPath": { + "type": "string", + "description": "The library name used to import it, like @myorg/my-awesome-lib. Required for publishable library.", + "x-priority": "important" + }, "buildable": { "type": "boolean", "default": true,