fix(js): mark importPath option as important since it is required for publishable libs (#17509)
This commit is contained in:
parent
8dcbd84dbe
commit
20359e77a6
@ -59,10 +59,6 @@
|
|||||||
"description": "The test environment to use if unitTestRunner is set to jest.",
|
"description": "The test environment to use if unitTestRunner is set to jest.",
|
||||||
"default": "jsdom"
|
"default": "jsdom"
|
||||||
},
|
},
|
||||||
"importPath": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "The library name used to import it, like @myorg/my-awesome-lib."
|
|
||||||
},
|
|
||||||
"pascalCaseFiles": {
|
"pascalCaseFiles": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Use pascal case file names.",
|
"description": "Use pascal case file names.",
|
||||||
@ -85,6 +81,11 @@
|
|||||||
"description": "Generate a publishable library.",
|
"description": "Generate a publishable library.",
|
||||||
"x-priority": "important"
|
"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": {
|
"buildable": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
|
|||||||
@ -59,10 +59,6 @@
|
|||||||
"description": "The test environment to use if unitTestRunner is set to jest.",
|
"description": "The test environment to use if unitTestRunner is set to jest.",
|
||||||
"default": "jsdom"
|
"default": "jsdom"
|
||||||
},
|
},
|
||||||
"importPath": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "The library name used to import it, like @myorg/my-awesome-lib."
|
|
||||||
},
|
|
||||||
"pascalCaseFiles": {
|
"pascalCaseFiles": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Use pascal case file names.",
|
"description": "Use pascal case file names.",
|
||||||
@ -85,6 +81,11 @@
|
|||||||
"description": "Generate a publishable library.",
|
"description": "Generate a publishable library.",
|
||||||
"x-priority": "important"
|
"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": {
|
"buildable": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user