Skip to content

Commit 8e8f039

Browse files
committed
chore: update release config
1 parent c68d73e commit 8e8f039

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"prefix": "./projects/lib",
23
"git": {
34
"requireCleanWorkingDir": true,
45
"requireUpstreamBranch": true,
@@ -22,7 +23,7 @@
2223
"releaseName": "Release v${version}"
2324
},
2425
"hooks": {
25-
"before:init": ["pnpm run build:lib"]
26+
"after:bump": ["pnpm build:lib"]
2627
},
2728
"plugins": {
2829
"@release-it/conventional-changelog": {

0 commit comments

Comments
 (0)