diff --git a/lerna.json b/lerna.json index f37758df..9369b9d5 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,6 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, "version": "independent", - "npmClient": "yarn" + "npmClient": "yarn", + "granularPathspec": false }