From 4c52fd1a5388b18aed8b782a1bdda26734b561f3 Mon Sep 17 00:00:00 2001 From: Konstantinos Kopanidis Date: Thu, 12 Oct 2023 12:18:27 +0300 Subject: [PATCH] chore: update lerna.json --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index e43a33510..95a7dfe14 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "version": "independent", "npmClient": "yarn", "stream": true, - "useWorkspaces": true + "$schema": "node_modules/lerna/schemas/lerna-schema.json" }