Skip to content

Commit 83c2553

Browse files
committed
fix(release): using npm raw release
1 parent 5333ff7 commit 83c2553

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"prepare": "husky",
4545
"changeset": "changeset",
4646
"version-packages": "changeset version",
47-
"release": "changeset publish",
47+
"release": "npm publish --access public --provenance",
4848
"test": "vitest run",
4949
"test:watch": "vitest",
5050
"test:types": "tsd && echo \"All type tests passed\"",
@@ -84,5 +84,9 @@
8484
"packageManager": "pnpm@10.28.2",
8585
"engines": {
8686
"node": ">=18"
87+
},
88+
"publishConfig": {
89+
"access": "public",
90+
"registry": "https://registry.npmjs.org/"
8791
}
8892
}

0 commit comments

Comments
 (0)