Skip to content

Commit

Permalink
fix: lerna schema type for contents should be string
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Mar 24, 2023
1 parent a55d238 commit 1625757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lerna/schemas/lerna-schema.json
Expand Up @@ -1848,7 +1848,7 @@
"description": "During `lerna bootstrap` and `lerna link`, when true, force local sibling links regardless of version range match."
},
"contents": {
"type": "boolean",
"type": "string",
"description": "For `lerna bootstrap`, `lerna link`, and `lerna publish`, the subdirectory to use as the source of any links. Must apply to ALL packages."
},
"ignoreChanges": {
Expand Down

0 comments on commit 1625757

Please sign in to comment.