File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " test-changesets" ,
3- "version " : " 1.0.0 " ,
3+ "private " : true ,
44 "description" : " No description" ,
55 "scripts" : {
6- "ci:publish" : " echo 'CI publish script executed' "
6+ "ci:publish" : " pnpm -r publish"
77 },
88 "keywords" : [],
99 "author" : {
Original file line number Diff line number Diff line change 33 "version" : " 1.0.1" ,
44 "description" : " No description" ,
55 "main" : " index.js" ,
6- "scripts" : {},
6+ "scripts" : {
7+ "publish" : " changeset publish"
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"
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