Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit d603623

Browse files
committed
build(release): ensure build is done during release
1 parent 40a7ed1 commit d603623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
},
158158
"release-it": {
159159
"hooks": {
160-
"after:bump": "npm run docs && git add README.md"
160+
"after:bump": "npm run build && npm run docs && git add README.md"
161161
},
162162
"git": {
163163
"commitMessage": "chore: release ${version}",

0 commit comments

Comments
 (0)