File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed
Expand file tree Collapse file tree 3 files changed +17
-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+ "publish" : " changeset publish --access public"
8+ },
79 "keywords" : [],
810 "author" : " " ,
911 "license" : " SEE LICENSE IN LICENSE" ,
1012 "dependencies" : {
1113 "nanoid" : " ^5.1.5" ,
1214 "test-release" : " workspace:^"
15+ },
16+ "publishConfig" : {
17+ "registry" : " http://localhost:4873"
1318 }
1419}
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+ "publish" : " changeset publish --access public"
8+ },
79 "keywords" : [],
810 "author" : " " ,
911 "license" : " SEE LICENSE IN LICENSE" ,
1012 "dependencies" : {
1113 "nanoid" : " ^5.1.5"
14+ },
15+ "publishConfig" : {
16+ "registry" : " http://localhost:4873"
1217 }
1318}
You can’t perform that action at this time.
0 commit comments