From 28f889213de42c415e7f91f0dc525c853e0ee28a Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 29 Jun 2023 11:16:52 +0200 Subject: [PATCH] Fix check release (#205) --- lerna.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lerna.json b/lerna.json index 9d7595bb..a8006dfa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,5 @@ { "npmClient": "yarn", "version": "independent", - "useWorkspaces": true, "$schema": "node_modules/lerna/schemas/lerna-schema.json" }