Skip to content

Commit

Permalink
Build package after bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
majd committed Feb 5, 2022
1 parent a6b40e9 commit e5445e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"buildCommand": "yarn package",
"hooks": {
"before:bump": "yarn declarations; yarn build:schemas; yarn package",
"before:bump": "yarn declarations; yarn build:schemas",
"after:bump": "yarn package",
"after:release": "VERSION=${version} scripts/create-homebrew-tap-pr.sh"
}
}

0 comments on commit e5445e4

Please sign in to comment.