From 309a212127c95b6f545886b1d2b034aaf18c69a7 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Tue, 11 Jun 2024 10:58:43 -0300 Subject: [PATCH] Adjust after lerna update. --- lerna.json | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index f143ed2..6576551 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,5 @@ "packages/*" ], "version": "independent", - "npmClient": "yarn", - "useWorkspaces": true + "npmClient": "yarn" } diff --git a/package.json b/package.json index 3b3f654..0e88db4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "packages/*" ], "scripts": { - "bootstrap": "lerna bootstrap && lerna run build && lerna run gyp:configure && lerna run gyp:build", + "bootstrap": "lerna run build && lerna run gyp:configure && lerna run gyp:build", "clean": "lerna run clean", "publish": "lerna publish", "test": "lerna run test"