Skip to content

Commit 207f375

Browse files
Registry update
1 parent a4375d0 commit 207f375

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

package.json

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

packages/other/package.json

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

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 --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
}

0 commit comments

Comments
 (0)