Skip to content

Commit 681603f

Browse files
committed
chore: Fixed NPM Release CI error
1 parent 0c2c8c0 commit 681603f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

npm/.changeset/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []
11-
}
11+
}

npm/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"preinstall": "node ./uninstall.js",
3434
"test": "ava",
3535
"build": "tsc",
36+
"changeset": "changeset",
3637
"release": "changeset publish"
3738
},
3839
"files": [

0 commit comments

Comments
 (0)