From eca3f7e449c8bca94363e1062618a6c2186b47ab Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Fri, 5 Jan 2024 15:33:40 -0600 Subject: [PATCH] chore(lerna): remove next-drupal-query from Lerna config --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 92149af2..4db5e70d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "version": "independent", "npmClient": "yarn", - "packages": ["packages/*"], + "packages": ["packages/next-drupal"], "ignoreChanges": ["CHANGELOG.md", "**/__tests__/**", "**/__mocks__/**"], "command": { "create": {