From 83e3823b9e13bef2db417c20d24288cefd4b22e1 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 24 Oct 2023 12:30:37 +0300 Subject: [PATCH] chore(repo): updated lerna workspace --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index c816dfd..283fb79 100644 --- a/lerna.json +++ b/lerna.json @@ -14,5 +14,6 @@ } }, "npmClient": "yarn", - "packages": ["packages/*"] + "packages": ["packages/*"], + "$schema": "node_modules/lerna/schemas/lerna-schema.json" }