From b3d974489d48e0bf06e2bd71459be46b6caed288 Mon Sep 17 00:00:00 2001 From: "Thang X. Vu" Date: Mon, 27 Feb 2023 15:16:15 +0700 Subject: [PATCH] Disable granular pathspec --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }