Skip to content

Commit

Permalink
update lerna & remove lerna bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed May 15, 2024
1 parent 8a40615 commit 2d41031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2d41031

Please sign in to comment.