Skip to content

Commit feb677a

Browse files
authored
fix: ensure release-it runs the build (#586)
1 parent 3121b23 commit feb677a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115
"github": {
116116
"release": true
117117
},
118+
"hooks": {
119+
"after:bump": "npm run build"
120+
},
118121
"plugins": {
119122
"@release-it/conventional-changelog": {
120123
"preset": {

0 commit comments

Comments
 (0)