We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5333ff7 commit 83c2553Copy full SHA for 83c2553
1 file changed
package.json
@@ -44,7 +44,7 @@
44
"prepare": "husky",
45
"changeset": "changeset",
46
"version-packages": "changeset version",
47
- "release": "changeset publish",
+ "release": "npm publish --access public --provenance",
48
"test": "vitest run",
49
"test:watch": "vitest",
50
"test:types": "tsd && echo \"All type tests passed\"",
@@ -84,5 +84,9 @@
84
"packageManager": "pnpm@10.28.2",
85
"engines": {
86
"node": ">=18"
87
+ },
88
+ "publishConfig": {
89
+ "access": "public",
90
+ "registry": "https://registry.npmjs.org/"
91
}
92
0 commit comments