Skip to content

Commit 28a4116

Browse files
committed
chore: more updates
1 parent c9befcd commit 28a4116

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.release-it.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@
2727
"path": "project.version"
2828
}
2929
}
30+
},
31+
"hooks": {
32+
"before:init": ["make test", "rm -r dist"],
33+
"after:bump": "uv build && uv publish"
3034
}
3135
}

0 commit comments

Comments
 (0)