Skip to content

Commit 573b09c

Browse files
Registry update
1 parent a4375d0 commit 573b09c

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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": {

packages/other/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
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
}

packages/test-package/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
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
}

0 commit comments

Comments
 (0)