From b671f8d39341c8ab0872c57746b7d6568da0832d Mon Sep 17 00:00:00 2001 From: Billie Simmons Date: Thu, 17 Oct 2024 17:11:27 -0400 Subject: [PATCH] instill dummy change in lerna (#3258) Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index a5fbadeb1b..6c9c40a721 100644 --- a/lerna.json +++ b/lerna.json @@ -6,5 +6,6 @@ "private": true } }, - "useWorkspaces": true + "useWorkspaces": true, + "comment": "this is a dummy change." }