File tree Expand file tree Collapse file tree 3 files changed +857
-2247
lines changed Expand file tree Collapse file tree 3 files changed +857
-2247
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " independent" ,
3
2
"packages" : [" packages/*" ],
4
3
"npmClient" : " yarn" ,
5
4
"useWorkspaces" : true ,
5
+ "version" : " independent" ,
6
6
"command" : {
7
7
"publish" : {
8
+ "graphType" : " all" ,
8
9
"allowBranch" : " main" ,
9
10
"conventionalCommits" : true ,
10
11
"createRelease" : " github" ,
12
+ "changelogIncludeCommitsClientLogin" : " - by @%l" ,
11
13
"message" : " chore: publish"
12
14
}
13
15
}
Original file line number Diff line number Diff line change 21
21
"devDependencies" : {
22
22
"@arkweid/lefthook" : " ^0.7.7" ,
23
23
"@commitlint/config-conventional" : " ^17.0.2" ,
24
+ "@lerna-lite/cli" : " ^1.13.0" ,
25
+ "@lerna-lite/run" : " ^1.13.0" ,
24
26
"commitlint" : " ^17.0.2" ,
25
27
"concurrently" : " ^7.2.2" ,
26
28
"eslint" : " ^8.18.0" ,
27
29
"eslint-config-satya164" : " ^3.1.11" ,
28
- "lerna" : " ^5.1.4" ,
29
30
"prettier" : " ^2.7.1" ,
30
31
"typescript" : " ^4.7.4"
31
32
},
You can’t perform that action at this time.
0 commit comments