Skip to content

Commit 3d2b118

Browse files
committed
chore: migrate to lerna-lite
1 parent cc7d8fa commit 3d2b118

File tree

3 files changed

+857
-2247
lines changed

3 files changed

+857
-2247
lines changed

lerna.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"version": "independent",
32
"packages": ["packages/*"],
43
"npmClient": "yarn",
54
"useWorkspaces": true,
5+
"version": "independent",
66
"command": {
77
"publish": {
8+
"graphType": "all",
89
"allowBranch": "main",
910
"conventionalCommits": true,
1011
"createRelease": "github",
12+
"changelogIncludeCommitsClientLogin": " - by @%l",
1113
"message": "chore: publish"
1214
}
1315
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121
"devDependencies": {
2222
"@arkweid/lefthook": "^0.7.7",
2323
"@commitlint/config-conventional": "^17.0.2",
24+
"@lerna-lite/cli": "^1.13.0",
25+
"@lerna-lite/run": "^1.13.0",
2426
"commitlint": "^17.0.2",
2527
"concurrently": "^7.2.2",
2628
"eslint": "^8.18.0",
2729
"eslint-config-satya164": "^3.1.11",
28-
"lerna": "^5.1.4",
2930
"prettier": "^2.7.1",
3031
"typescript": "^4.7.4"
3132
},

0 commit comments

Comments
 (0)