Skip to content

Commit 4430ecf

Browse files
authored
Add back publish with provenance (#356)
* Add back publish with provenance * Create thirty-rockets-swim.md
1 parent 4639737 commit 4430ecf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.changeset/thirty-rockets-swim.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"preact-render-to-string": patch
3+
---
4+
5+
Add back publish with provenance

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,8 @@
164164
"hooks": {
165165
"pre-commit": "lint-staged"
166166
}
167-
}
167+
},
168+
"publishConfig": {
169+
"provenance": true
170+
}
168171
}

0 commit comments

Comments
 (0)