Skip to content

Commit 32bc8ea

Browse files
authored
Merge pull request #3 from tenphi/trusted-publishing-2
feat: trusted publishing * 2
2 parents b29440d + de0156f commit 32bc8ea

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

‎.npmrc‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
provenance=true
2+
access=public

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prepublishOnly": "pnpm run build",
3939
"changeset": "changeset",
4040
"version": "changeset version",
41-
"release": "pnpm run build && changeset publish -- --provenance --access public"
41+
"release": "pnpm run build && changeset publish"
4242
},
4343
"repository": {
4444
"type": "git",

0 commit comments

Comments
 (0)