File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed
Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " test-changesets" ,
3- "version " : " 1.0.0 " ,
2+ "name" : " @ddd/ test-changesets" ,
3+ "private " : true ,
44 "description" : " No description" ,
55 "scripts" : {
6- "ci:publish" : " echo 'CI publish script executed' "
7- },
6+ "ci:publish" : " pnpm -r publish"
7+ },
88 "keywords" : [],
99 "author" : {
1010 "name" : " Anton Arnautov" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " other" ,
2+ "name" : " @ddd/ other" ,
33 "version" : " 1.0.1" ,
44 "description" : " No description" ,
55 "main" : " index.js" ,
6- "scripts" : {},
6+ "scripts" : {
7+ },
78 "keywords" : [],
89 "author" : " " ,
910 "license" : " SEE LICENSE IN LICENSE" ,
1011 "dependencies" : {
1112 "nanoid" : " ^5.1.5" ,
1213 "test-release" : " workspace:^"
14+ },
15+ "publishConfig" : {
16+ "registry" : " http://localhost:4873"
1317 }
1418}
Original file line number Diff line number Diff line change 33 "version" : " 7.4.1" ,
44 "description" : " No description" ,
55 "main" : " index.js" ,
6- "scripts" : {},
6+ "scripts" : {
7+ },
78 "keywords" : [],
89 "author" : " " ,
910 "license" : " SEE LICENSE IN LICENSE" ,
1011 "dependencies" : {
1112 "nanoid" : " ^5.1.5"
13+ },
14+ "publishConfig" : {
15+ "registry" : " http://localhost:4873"
1216 }
1317}
You can’t perform that action at this time.
0 commit comments