Skip to content

Commit aff234b

Browse files
committed
fix: enable release provenance
1 parent d4bc396 commit aff234b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"deps": "yarn ncu -u --reject chalk",
2222
"publish:local": "export $(cat .env | xargs) && yarn semantic-release --dry-run"
2323
},
24+
"publishConfig": {
25+
"access": "public",
26+
"provenance": true
27+
},
2428
"peerDependencies": {
2529
"typescript": "*"
2630
},

0 commit comments

Comments
 (0)