From 4c0bd79d1f219e821eda0c6e3d59951454bc59c6 Mon Sep 17 00:00:00 2001 From: "xuying.xu" Date: Tue, 15 Oct 2024 20:05:00 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9B=9E=E9=80=80lerna/json=E9=87=8C?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lerna.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lerna.json b/lerna.json index 0c131f2b8..ddb3faca8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,15 +1,11 @@ { "npmClient": "yarn", - "packages": [ - "packages/*" - ], - "version": "5.7.2", + "packages": ["packages/*"], + "version": "5.7.0", "command": { "bootstrap": { "ci": false, - "npmClientArgs": [ - "--no-package-lock" - ] + "npmClientArgs": ["--no-package-lock"] }, "publish": { "commitHooks": false, @@ -18,4 +14,4 @@ "exact": true } } -} \ No newline at end of file +}