Skip to content

Commit e5445e4

Browse files
committed
Build package after bumping version
1 parent a6b40e9 commit e5445e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
},
66
"buildCommand": "yarn package",
77
"hooks": {
8-
"before:bump": "yarn declarations; yarn build:schemas; yarn package",
8+
"before:bump": "yarn declarations; yarn build:schemas",
9+
"after:bump": "yarn package",
910
"after:release": "VERSION=${version} scripts/create-homebrew-tap-pr.sh"
1011
}
1112
}

0 commit comments

Comments
 (0)