From 2d41031bb9f6fa95c458a7d5e09f285238502f93 Mon Sep 17 00:00:00 2001 From: marie-fourier Date: Wed, 15 May 2024 15:52:37 +0500 Subject: [PATCH] update lerna & remove lerna bootstrap --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b979d7ed..b51fe61b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "scripts": { "clean": "rm -rf ./packages/*/lib ./packages/*/*.tsbuildinfo", - "bootstrap": "lerna bootstrap & lerna link", + "bootstrap": "yarn install", "prebuild": "yarn workspace @skandha/types run build", "build-db": "yarn workspace @skandha/db run build", "build": "yarn prebuild && yarn build-db & lerna run build", @@ -42,7 +42,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-mocha": "10.2.0", - "lerna": "6.4.1", + "lerna": "7.3.0", "ts-node": "10.9.1", "tsconfig-paths": "4.1.2", "typescript": "5.4.5",