We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4375d0 commit 5c11e7eCopy full SHA for 5c11e7e
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "test-changesets",
3
- "version": "1.0.0",
+ "private": true,
4
"description": "No description",
5
"scripts": {
6
- "ci:publish": "echo 'CI publish script executed'"
+ "ci:publish": "pnpm -r publish"
7
},
8
"keywords": [],
9
"author": {
packages/other/package.json
@@ -10,5 +10,8 @@
10
"dependencies": {
11
"nanoid": "^5.1.5",
12
"test-release": "workspace:^"
13
+ },
14
+ "publishConfig": {
15
+ "registry": "http://localhost:4873"
16
}
17
packages/test-package/package.json
@@ -9,5 +9,8 @@
"license": "SEE LICENSE IN LICENSE",
"nanoid": "^5.1.5"
0 commit comments