Skip to content

Commit

Permalink
chore(node): make node:lib directory option important
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Sep 14, 2023
1 parent 48e9e98 commit 3eccb49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/generated/packages/node/generators/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`).",
Expand Down
3 changes: 2 additions & 1 deletion packages/node/src/generators/library/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`).",
Expand Down

0 comments on commit 3eccb49

Please sign in to comment.