Skip to content

Commit 1728879

Browse files
Registry update
1 parent a4375d0 commit 1728879

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
"dependencies": {
1111
"nanoid": "^5.1.5",
1212
"test-release": "workspace:^"
13+
},
14+
"publishConfig": {
15+
"registry": "http://localhost:4873"
1316
}
1417
}

packages/test-package/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"license": "SEE LICENSE IN LICENSE",
1010
"dependencies": {
1111
"nanoid": "^5.1.5"
12+
},
13+
"publishConfig": {
14+
"registry": "http://localhost:4873"
1215
}
1316
}

0 commit comments

Comments
 (0)