Skip to content

Commit be05fd2

Browse files
committed
chore: upgrade lerna-lite
1 parent 7dada27 commit be05fd2

File tree

2 files changed

+1799
-1380
lines changed

2 files changed

+1799
-1380
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@
1616
"typecheck": "tsc --noEmit",
1717
"watch": "concurrently 'yarn typecheck --watch' 'lerna run --parallel prepare -- --watch'",
1818
"test": "yarn workspace react-native-builder-bob test",
19-
"docs": "yarn workspace docs"
19+
"docs": "yarn workspace docs",
20+
"release": "lerna publish"
2021
},
2122
"devDependencies": {
2223
"@commitlint/config-conventional": "^17.0.2",
2324
"@eslint/compat": "^1.2.7",
2425
"@eslint/eslintrc": "^3.3.0",
2526
"@eslint/js": "^9.22.0",
2627
"@evilmartians/lefthook": "^1.5.0",
27-
"@lerna-lite/cli": "^1.13.0",
28-
"@lerna-lite/run": "^1.13.0",
28+
"@lerna-lite/cli": "^4.1.2",
29+
"@lerna-lite/publish": "^4.1.2",
30+
"@lerna-lite/run": "^4.1.2",
2931
"@vitest/eslint-plugin": "^1.1.39",
3032
"commitlint": "^17.0.2",
3133
"concurrently": "^7.2.2",

0 commit comments

Comments
 (0)