From bb49fcb42bc198529d97166999ef2eb9723cd34c Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Tue, 7 Feb 2023 23:07:19 +0200 Subject: [PATCH] WIP --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index aebebbab2..74b47e122 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.0" + "version": "0.0.0", + "npmClient": "npm" }